Skip to content

Commit 4148c99

Browse files
committed
CDRIVER-2195 fix some write concern docs
1 parent 756e9e1 commit 4148c99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/mongoc_collection_rename_with_opts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Description
3131

3232
This function is a helper to rename an existing collection on a MongoDB server. The name of the collection will also be updated internally so it is safe to continue using this collection after the rename. Additional operations will occur on renamed collection.
3333

34-
If no write concern is provided in ``command_opts``, the collection's write concern is used.
34+
If no write concern is provided in ``opts``, the collection's write concern is used.
3535

3636
Errors
3737
------

doc/mongoc_database_create_collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Description
2727

2828
This function creates a :symbol:`mongoc_collection_t` from the given :symbol:`mongoc_database_t`.
2929

30-
The :symbol:`mongoc_write_concern_t` specified on the :symbol:`mongoc_database_t` will be used, if any.
30+
If no write concern is provided in ``opts``, the database's write concern is used.
3131

3232
Errors
3333
------

doc/mongoc_database_drop_with_opts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Description
2525

2626
This function attempts to drop a database on the MongoDB server.
2727

28-
If no write concern is provided in ``command_opts``, the database's write concern is used.
28+
If no write concern is provided in ``opts``, the database's write concern is used.
2929

3030
Errors
3131
------

0 commit comments

Comments
 (0)