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
3131``"Landmark Coffee Shop"`` with a new document.
3232
3333You 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
3535the collection's data, perform the following actions on the highlighted lines:
3636
3737- 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``
3131field is ``"Sullivan Street"`` and the ``borough`` field is ``"Manhattan"``.
3232
3333You 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
3535the collection's data, replace the ``<T>`` type parameter on the highlighted
3636line with one of the following values:
3737
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``
4444field is ``"Spice Market"``.
4545
4646You 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
4848the collection's data, replace the ``<T>`` type parameter on the highlighted
4949line with one of the following values:
5050
You can’t perform that action at this time.
0 commit comments