Skip to content

Commit aff4cef

Browse files
committed
IA feedback
1 parent ff6308c commit aff4cef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/usage-examples/replace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the first document in which the value of the ``name`` field is
3131
``"Landmark Coffee Shop"`` with a new document.
3232

3333
You can access the documents in the ``restaurants`` collection as instances
34-
of the BSON data type or a custom data type. To specify which data type represents
34+
of the ``Document`` type or a custom data type. To specify which data type represents
3535
the collection's data, perform the following actions on the highlighted lines:
3636

3737
- To access collection documents as BSON documents, replace the ``<T>`` type

source/usage-examples/updateMany.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the ``near_me`` field to documents in which the value of the ``address.street``
3131
field is ``"Sullivan Street"`` and the ``borough`` field is ``"Manhattan"``.
3232

3333
You can access the documents in the ``restaurants`` collection as instances
34-
of the BSON data type or a custom data type. To specify which data type represents
34+
of the ``Document`` type or a custom data type. To specify which data type represents
3535
the collection's data, replace the ``<T>`` type parameter on the highlighted
3636
line with one of the following values:
3737

source/usage-examples/updateOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ the ``price`` field to the first document in which the value of the ``name``
4444
field is ``"Spice Market"``.
4545

4646
You can access the documents in the ``restaurants`` collection as instances
47-
of the BSON data type or a custom data type. To specify which data type represents
47+
of the ``Document`` type or a custom data type. To specify which data type represents
4848
the collection's data, replace the ``<T>`` type parameter on the highlighted
4949
line with one of the following values:
5050

0 commit comments

Comments
 (0)