Skip to content

Commit d2fdb0a

Browse files
committed
DOCSP-9558 phrasing fix
1 parent 166585b commit d2fdb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/crud/read/limit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the skip.
1414

1515
The examples below demonstrate, respectively, how to insert data into
1616
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.
17+
and how to combine ``limit()`` with ``skip()`` to further narrow the results returned from a query.
1818

1919
The following operation inserts documents representing books into a collection:
2020

0 commit comments

Comments
 (0)