Skip to content

Commit 4e07a4e

Browse files
committed
DOCSP-36060-fix-typo (#869)
* DOCSP-36060-fix-typo * RM PR fixes 1 (cherry picked from commit 6c501c1)
1 parent bd2e165 commit 4e07a4e

File tree

1 file changed

+4
-3
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+4
-3
lines changed

source/fundamentals/crud/read-operations/limit.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ Limit
4949
-----
5050

5151
The following example queries the collection to return the top three
52-
longest books. It matches all the documents with the query, applies
53-
a ``sort`` on the ``length`` field to return books with longer lengths before
54-
books, and applies a ``limit`` to return only ``3`` results:
52+
longest books. It matches all documents because the query filter is
53+
empty. Then, it applies a descending ``sort`` on the ``length`` field to
54+
return longer books before shorter books and a ``limit`` to
55+
return only the ``3`` first results:
5556

5657
.. code-block:: javascript
5758
:emphasize-lines: 4

0 commit comments

Comments
 (0)