Skip to content

Commit 10425d1

Browse files
committed
edit
1 parent 6b1badc commit 10425d1

File tree

1 file changed

+1
-1
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ to the ``find()`` method.
7676
This example runs a ``find()`` operation that performs the following actions:
7777

7878
- Sorts the results in ascending order of their ``length`` field values
79-
- Limits the results to the first three results
79+
- Limits the results to the first three documents
8080

8181
.. io-code-block::
8282
:copyable: true

0 commit comments

Comments
 (0)