Skip to content

Commit e093a94

Browse files
committed
small fixes
1 parent 30704be commit e093a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Client Bulk Write
406406

407407
When connecting to a deployment running {+mdb-server+} 8.0 or later,
408408
you can use the ``IMongoClient.BulkWrite()`` or
409-
``IMongoClient.BulkWriteAsync()`` method method to write
409+
``IMongoClient.BulkWriteAsync()`` method to write
410410
to multiple databases and collections in the same cluster. These
411411
methods perform all write operations in a single call.
412412

@@ -422,7 +422,7 @@ the following ``BulkWriteModel`` classes:
422422

423423
The following sections show how to create and use instances of the
424424
preceding 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
426426
demonstrates how to pass a list of models to the ``BulkWrite()`` or
427427
``BulkWriteAsync()`` method to perform the bulk operation.
428428

0 commit comments

Comments
 (0)