Skip to content

Commit 9c7326c

Browse files
committed
Address technical feedback
1 parent 5aa29c0 commit 9c7326c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/fundamentals/read-write-configuration.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ The following example sets the write concern to ``WriteConcern.WMajority`` for a
8282
:language: csharp
8383
:dedent:
8484

85-
.. note:: Collections and Databases are Immutable
85+
.. note:: Clients, Collections, and Databases are Immutable
8686

87-
``IMongoDatabase`` and ``IMongoCollection`` instances are immutable. When you
88-
set the write concern on a database or collection, the method returns a new
89-
instance and does not affect the original instance.
87+
``IMongoClient``, ``IMongoDatabase``, and ``IMongoCollection`` instances are immutable.
88+
When you set the write concern on a client, database, or collection, the method returns a new
89+
instance with the specified settings and does not affect the original instance.
9090

9191
For more information about write concern, see :manual:`Write Concern
9292
</reference/write-concern/>` in the {+mdb-server+} manual.

0 commit comments

Comments
 (0)