Skip to content

Commit c30dacd

Browse files
committed
vale
1 parent 7308593 commit c30dacd

File tree

1 file changed

+1
-1
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+1
-1
lines changed

source/fundamentals/crud/write-operations/bulk.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ instance of ``InsertOneModel`` represents an operation to insert one document.
320320

321321
Similarly, the ``MongoClient.bulkWrite()`` method takes a
322322
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
324324
write operation. Instead, the ``ClientNamespacedWriteModel`` object contains different
325325
methods to represent different write operations, such as ``ClientNamespacedWriteModel.insertOne()`` or
326326
``ClientNamespacedWriteModel.updateOne()``.

0 commit comments

Comments
 (0)