Skip to content

Commit 5aa29c0

Browse files
committed
SA feedback
1 parent 2794486 commit 5aa29c0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/fundamentals.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ Fundamentals
5151
- :ref:`csharp-time-series`
5252
- :ref:`Encrypt Fields <csharp-fle>`
5353
- :ref:`csharp-geo`
54+
- :ref:`csharp-read-write-config`

source/fundamentals/read-write-configuration.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can set the write concern by setting the ``WriteConcern`` option on a
4848
``MongoClientSettings``, ``MongoDatabaseSettings``, or ``MongoCollectionSettings`` object,
4949
or by using the ``WithWriteConcern()`` method of a client, database, or collection instance.
5050

51-
The ``WriteConcern`` option and ``WithWriteConcern()`` method both accept a
51+
The ``WriteConcern`` option and ``WithWriteConcern()`` method accept a
5252
``WriteConcern`` instance as a parameter. You can specify the write concern by
5353
using one of the following values:
5454

@@ -114,7 +114,7 @@ You can set the following read concern levels:
114114
that the data has been written to a majority of the replica set members.
115115
- ``ReadConern.Available``: The query returns the instance's most recent data.
116116
Provides no guarantee that the data has been written to a majority of the
117-
replica set members. ``ReadConcern.AVAILABLE`` is not available for use with
117+
replica set members. ``ReadConcern.Available`` is not available for use with
118118
causally consistent sessions and transactions.
119119
- ``ReadConcern.Majority``: The query returns data that has been acknowledged by
120120
a majority of the replica set members.
@@ -148,7 +148,7 @@ collection:
148148
:dedent:
149149

150150
To learn more about read concern, see :manual:`Read Concern
151-
<reference/read-concern>` in the {+mdb-server+} manual.
151+
</reference/read-concern>` in the {+mdb-server+} manual.
152152

153153
Read Preference
154154
---------------

0 commit comments

Comments
 (0)