Skip to content

Commit 742a27c

Browse files
committed
wording
1 parent 9e99d76 commit 742a27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/usage-examples/findOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ collection in the ``sample_restaurants`` database. The ``find_one()`` method ret
3939
first document in which the value of the ``name`` field is ``"Tompkins Square Bagels"``.
4040

4141
You can model the retrieved document as a BSON data type or a custom data type. To specify
42-
which data type models the collection's data, replace the ``<T>`` type parameter on the
42+
which data type represents the collection's data, replace the ``<T>`` type parameter on the
4343
highlighted line with one of the following values:
4444

4545
- ``<Document>``: Retrieves and prints collection documents as BSON documents

0 commit comments

Comments
 (0)