Skip to content

Commit

Permalink
Update query.go
Browse files Browse the repository at this point in the history
  • Loading branch information
max-melentyev authored and willfaught committed Feb 2, 2024
1 parent 765f222 commit d04cbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type Query interface {
SetConsistency(c gocql.Consistency)

// Consistency sets the consistency level for this query. If no consistency
// level have been set, the default consistency level of the cluster
// level has been set, the default consistency level of the cluster
// is used.
Consistency(c gocql.Consistency) Query
}
Expand Down

0 comments on commit d04cbbc

Please sign in to comment.