File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/fundamentals/crud/write-operations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ Client Bulk Write
406406
407407When connecting to a deployment running {+mdb-server+} 8.0 or later,
408408you can use the ``IMongoClient.BulkWrite()`` or
409- ``IMongoClient.BulkWriteAsync()`` method method to write
409+ ``IMongoClient.BulkWriteAsync()`` method to write
410410to multiple databases and collections in the same cluster. These
411411methods perform all write operations in a single call.
412412
@@ -422,7 +422,7 @@ the following ``BulkWriteModel`` classes:
422422
423423The following sections show how to create and use instances of the
424424preceding classes to perform the corresponding write operation in a bulk
425- write.The :ref:`csharp-client-bulkwrite-method` section
425+ write. The :ref:`csharp-client-bulkwrite-method` section
426426demonstrates how to pass a list of models to the ``BulkWrite()`` or
427427``BulkWriteAsync()`` method to perform the bulk operation.
428428
You can’t perform that action at this time.
0 commit comments