Skip to content

Commit b4005d9

Browse files
committed
object -> instance
1 parent 1b2d7e0 commit b4005d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/reference/method/MongoDBClientBulkWrite-createWithCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Parameters
7676
Return Values
7777
-------------
7878

79-
A new ``ClientBulkWrite`` object with an empty ``BulkWriteCommand``
79+
A new ``ClientBulkWrite`` instance with an empty ``BulkWriteCommand``
8080
specification.
8181

8282
Errors/Exceptions

source/reference/method/MongoDBClientBulkWrite-withCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Parameters
4747
Return Values
4848
-------------
4949

50-
A new ``ClientBulkWrite`` object with the same ``BulkWriteCommand``
50+
A new ``ClientBulkWrite`` instance with the same ``BulkWriteCommand``
5151
specification but an updated target namespace.
5252

5353
Errors/Exceptions

0 commit comments

Comments
 (0)