We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4c537 commit 38dade7Copy full SHA for 38dade7
src/main/asciidoc/reference/mongodb.adoc
@@ -1059,7 +1059,7 @@ The `Query` class has some additional methods used to provide options for the qu
1059
* `Field` *fields* `()` used to define fields to be included in the query results
1060
* `Query` *limit* `(int limit)` used to limit the size of the returned results to the provided limit (used for paging)
1061
* `Query` *skip* `(int skip)` used to skip the provided number of documents in the results (used for paging)
1062
-* `Sort` *sort* `()` used to provide sort definition for the results
+* `Query` *with* `(Sort sort)` used to provide sort definition for the results
1063
1064
[[mongo-template.querying]]
1065
=== Methods for querying for documents
0 commit comments