File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
source/fundamentals/crud/write-operations Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -333,13 +333,13 @@ method performs all write operations in a single call.
333333
334334The ``MongoClient.bulkWrite()`` method takes a
335335list of ``ClientNamespacedWriteModel`` instances to represent different write operations.
336- For example, an instance of ``ClientNamespacedInsertOneModel`` represents an
337- operation to insert one document.
338-
339336You can construct instances of the ``ClientNamespacedWriteModel`` interface by using
340- instance methods. The models and their corresponding instance methods are described
341- in the table below. These methods take a
342- ``MongoNamespace`` object that defines which database and collection to write to.
337+ instance methods. For example, an instance of ``ClientNamespacedInsertOneModel`` represents an
338+ operation to insert one document, and you can create this model by using
339+ the ``ClientNamespacedWriteModel.insertOne()`` method.
340+
341+ The models and their corresponding instance methods are described
342+ in the table below.
343343
344344.. list-table::
345345 :header-rows: 1
You can’t perform that action at this time.
0 commit comments