File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ the first document in which the value of the ``name`` field is
31
31
``"Landmark Coffee Shop"`` with a new document.
32
32
33
33
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
35
35
the collection's data, perform the following actions on the highlighted lines:
36
36
37
37
- To access collection documents as BSON documents, replace the ``<T>`` type
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ the ``near_me`` field to documents in which the value of the ``address.street``
31
31
field is ``"Sullivan Street"`` and the ``borough`` field is ``"Manhattan"``.
32
32
33
33
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
35
35
the collection's data, replace the ``<T>`` type parameter on the highlighted
36
36
line with one of the following values:
37
37
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ the ``price`` field to the first document in which the value of the ``name``
44
44
field is ``"Spice Market"``.
45
45
46
46
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
48
48
the collection's data, replace the ``<T>`` type parameter on the highlighted
49
49
line with one of the following values:
50
50
You can’t perform that action at this time.
0 commit comments