We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1badc commit 10425d1Copy full SHA for 10425d1
source/fundamentals/crud/read-operations/limit.txt
@@ -76,7 +76,7 @@ to the ``find()`` method.
76
This example runs a ``find()`` operation that performs the following actions:
77
78
- Sorts the results in ascending order of their ``length`` field values
79
-- Limits the results to the first three results
+- Limits the results to the first three documents
80
81
.. io-code-block::
82
:copyable: true
0 commit comments