Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions source/core/read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,9 @@ more information regarding cursors.
``findOne()``
-------------

The :method:`~db.collection.findOne()` method selects and
returns a single document from a collection and returns that
document. :method:`~db.collection.findOne()` does *not*
return a cursor.
The :method:`~db.collection.findOne()` method selects a single
document from a collection and returns that document.
:method:`~db.collection.findOne()` does *not* return a cursor.

The :method:`~db.collection.findOne()` method has the following
syntax:
Expand Down