We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e99d76 commit 742a27cCopy full SHA for 742a27c
source/usage-examples/findOne.txt
@@ -39,7 +39,7 @@ collection in the ``sample_restaurants`` database. The ``find_one()`` method ret
39
first document in which the value of the ``name`` field is ``"Tompkins Square Bagels"``.
40
41
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
+which data type represents the collection's data, replace the ``<T>`` type parameter on the
43
highlighted line with one of the following values:
44
45
- ``<Document>``: Retrieves and prints collection documents as BSON documents
0 commit comments