Commit f0090c88 authored by Jeremy Mikola's avatar Jeremy Mikola

Remove duplicate word from Collection::findOne() docs

parent 0ff26cd8
......@@ -32,9 +32,9 @@ Definition
Return Values
-------------
An array or object for the :term:`first document <natural order>` document that
matched the query, or ``null`` if no document matched the query. The return type
will depend on the ``typeMap`` option.
An array or object for the :term:`first document <natural order>` that matched
the query, or ``null`` if no document matched the query. The return type will
depend on the ``typeMap`` option.
Errors/Exceptions
-----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment