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 166585b commit d2fdb0aCopy full SHA for d2fdb0a
source/fundamentals/crud/read/limit.txt
@@ -14,7 +14,7 @@ the skip.
14
15
The examples below demonstrate, respectively, how to insert data into
16
a collection, how to use ``limit()`` to restrict the number of returned documents,
17
-and how to combine ``limit()`` with ``skip()`` to further narrow the results returned from that query.
+and how to combine ``limit()`` with ``skip()`` to further narrow the results returned from a query.
18
19
The following operation inserts documents representing books into a collection:
20
0 commit comments