diff --git a/src/main/java/io/stargate/sgv2/jsonapi/service/resolver/sort/TableCqlSortClauseResolver.java b/src/main/java/io/stargate/sgv2/jsonapi/service/resolver/sort/TableCqlSortClauseResolver.java index 8c1782309..d32d416e1 100644 --- a/src/main/java/io/stargate/sgv2/jsonapi/service/resolver/sort/TableCqlSortClauseResolver.java +++ b/src/main/java/io/stargate/sgv2/jsonapi/service/resolver/sort/TableCqlSortClauseResolver.java @@ -71,7 +71,7 @@ public WithWarnings 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. * *

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