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.
320
320
321
321
Similarly, the ``MongoClient.bulkWrite()`` method takes a
322
322
list of ``ClientNamespacedWriteModel`` instances to represent different write operations.
323
- However, you do not need to specify the subclass that represents the corresponding
323
+ However, you do not have to specify the subclass that represents the corresponding
324
324
write operation. Instead, the ``ClientNamespacedWriteModel`` object contains different
325
325
methods to represent different write operations, such as ``ClientNamespacedWriteModel.insertOne()`` or
326
326
``ClientNamespacedWriteModel.updateOne()``.
You can’t perform that action at this time.
0 commit comments