We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b1720 commit ef63a45Copy full SHA for ef63a45
source/fundamentals/crud/write-operations/bulk.txt
@@ -45,7 +45,7 @@ operations. You can perform bulk write operations at the following levels:
45
Collection Bulk Write
46
---------------------
47
48
-Bulk operations consist of a large number of write operations. The
+Bulk operations consist of many write operations. The
49
``MongoCollection.bulkWrite()`` method splits operations of different kinds into
50
different batches. For example, when the method is passed an ``insertOne()``,
51
``insertMany()``, and ``replaceOne()`` operation, it will split the insert operations
0 commit comments