Skip to content

Commit 4ca3636

Browse files
committed
edit
1 parent 0040abe commit 4ca3636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/read/specify-documents-to-return.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ operation by passing the following options to the ``MongoDB\Collection::find()``
2525
``MongoDB\Collection::findOne()`` method:
2626

2727
- :ref:`limit <php-return-documents-limit>`: Specifies the maximum number of documents
28-
to return from a query.
29-
- :ref:`sort <php-return-documents-sort>`: Specifies the sort order for the returned documents.
28+
to return from a query
29+
- :ref:`sort <php-return-documents-sort>`: Specifies the sort order for the returned documents
3030
- :ref:`skip <php-return-documents-skip>`: Specifies the number of documents to skip before
31-
returning query results.
31+
returning query results
3232

3333
Sample Data
3434
~~~~~~~~~~~

0 commit comments

Comments
 (0)