File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ existing document in the ``restaurants`` collection. Select the
236236 .. tab:: bson.D
237237 :tabid: bsonDExample
238238
239- The following code uses a ``bson.D`` to define the filter and update a document in the ``restuarants`` collection:
239+ The following code uses a ``bson.D`` type to define the filter and update a document in the ``restuarants`` collection:
240240
241241 .. io-code-block::
242242 :copyable: true
@@ -265,7 +265,7 @@ exisiting documents in the ``restaurants`` collection. Select the
265265 .. tab:: Struct
266266 :tabid: structExample
267267
268- The following code uses a struct to define the filter and updates multiple document in the ``restuarants`` collection:
268+ The following code uses a struct to define the filter and update multiple document in the ``restuarants`` collection:
269269
270270 .. io-code-block::
271271 :copyable: true
@@ -283,7 +283,7 @@ exisiting documents in the ``restaurants`` collection. Select the
283283 .. tab:: bson.D
284284 :tabid: bsonDExample
285285
286- The following code uses a ``bson.D`` to define the filter and updates multiple document in the ``restuarants`` collection:
286+ The following code uses a ``bson.D`` type to define the filter and update multiple document in the ``restuarants`` collection:
287287
288288 .. io-code-block::
289289 :copyable: true
You can’t perform that action at this time.
0 commit comments