Skip to content

Commit f0090c8

Browse files
committed
Remove duplicate word from Collection::findOne() docs
1 parent 0ff26cd commit f0090c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/method/MongoDBCollection-findOne.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Definition
3232
Return Values
3333
-------------
3434

35-
An array or object for the :term:`first document <natural order>` document that
36-
matched the query, or ``null`` if no document matched the query. The return type
37-
will depend on the ``typeMap`` option.
35+
An array or object for the :term:`first document <natural order>` that matched
36+
the query, or ``null`` if no document matched the query. The return type will
37+
depend on the ``typeMap`` option.
3838

3939
Errors/Exceptions
4040
-----------------

0 commit comments

Comments
 (0)