Skip to content

Commit

Permalink
comment typo fix
Browse files Browse the repository at this point in the history
from PR #1635
  • Loading branch information
amorton committed Nov 3, 2024
1 parent 14b10b7 commit ef7a4d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public WithWarnings<OrderByCqlClause> resolve(
}

/**
* We have atleast one sort expression, and non of them are vector sorts.
* We have atleast one sort expression, and none of them are vector sorts.
*
* <p>If the sort uses the clustering keys in the correct way according to CQL, then we can use
* the CQL Order By to push the sorting to the database. See {@link
Expand Down

0 comments on commit ef7a4d4

Please sign in to comment.