@@ -72,13 +72,15 @@ The following example sets the write concern to ``"majority"`` for an instance o
7272 :start-after: start-write-concern-client
7373 :end-before: end-write-concern-client
7474 :language: csharp
75+ :dedent:
7576
7677The following example sets the write concern to ``"majority"`` for a collection:
7778
7879.. literalinclude:: /includes/fundamentals/code-examples/ReplicaSetConfigs.cs
7980 :start-after: start-write-concern-collection
8081 :end-before: end-write-concern-collection
8182 :language: csharp
83+ :dedent:
8284
8385.. note:: Collections and Databases are Immutable
8486
@@ -134,6 +136,7 @@ The following example sets the read concern to ``"majority"`` for an instance of
134136 :start-after: start-read-concern-client
135137 :end-before: end-read-concern-client
136138 :language: csharp
139+ :dedent:
137140
138141The following example sets the read concern to ``"majority"`` for a
139142collection:
@@ -142,6 +145,7 @@ collection:
142145 :start-after: start-read-concern-collection
143146 :end-before: end-read-concern-collection
144147 :language: csharp
148+ :dedent:
145149
146150To learn more about read concern, see :manual:`Read Concern
147151<reference/read-concern>` in the {+mdb-server+} manual.
@@ -174,21 +178,23 @@ for an instance of ``MongoClient``:
174178 :start-after: start-read-preference-client
175179 :end-before: end-read-preference-client
176180 :language: csharp
181+ :dedent:
177182
178183The following example sets the read preference to ``"secondary"`` for a collection:
179184
180185.. literalinclude:: /includes/fundamentals/code-examples/ReplicaSetConfigs.cs
181186 :start-after: start-read-preference-collection
182187 :end-before: end-read-preference-collection
183188 :language: csharp
189+ :dedent:
184190
185191For more information about read preference, see :manual:`Read Preference
186192</core/read-preference/>` in the {+mdb-server+} manual.
187193
188194API Documentation
189195-----------------
190196
191- To learn more about any of the methods or types discussed in this
197+ To learn more about any of the types discussed in this
192198guide, see the following API documentation:
193199
194200- `MongoClientSettings <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.html>`__
0 commit comments