Skip to content

Commit ef63a45

Browse files
committed
vale fix
1 parent 02b1720 commit ef63a45

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
@@ -45,7 +45,7 @@ operations. You can perform bulk write operations at the following levels:
4545
Collection Bulk Write
4646
---------------------
4747

48-
Bulk operations consist of a large number of write operations. The
48+
Bulk operations consist of many write operations. The
4949
``MongoCollection.bulkWrite()`` method splits operations of different kinds into
5050
different batches. For example, when the method is passed an ``insertOne()``,
5151
``insertMany()``, and ``replaceOne()`` operation, it will split the insert operations

0 commit comments

Comments
 (0)