File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
source/fundamentals/crud/write-operations Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ instance of ``InsertOneModel`` represents an operation to insert one document.
320320
321321Similarly, the ``MongoClient.bulkWrite()`` method takes a
322322list of ``ClientNamespacedWriteModel`` instances to represent different write operations.
323- However, you do not have to specify the subclass that represents the corresponding
323+ However, it is not necessary to specify the subclass that represents the corresponding
324324write operation. Instead, the ``ClientNamespacedWriteModel`` object contains different
325325methods to represent different write operations, such as ``ClientNamespacedWriteModel.insertOne()`` or
326326``ClientNamespacedWriteModel.updateOne()``.
You can’t perform that action at this time.
0 commit comments