File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -206,13 +206,6 @@ The following example disables retryable reads and writes for
206206a client. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection String`
207207tab to see the corresponding code.
208208
209- .. literalinclude:: /includes/fundamentals/code-examples/ReplicaSetConfigs.cs
210- :start-after: start-retry-reads-writes
211- :end-before: end-retry-reads-writes
212- :emphasize-lines: 2-3
213- :language: csharp
214- :dedent:
215-
216209.. tabs::
217210
218211 .. tab:: MongoClientSettings
@@ -229,8 +222,8 @@ tab to see the corresponding code.
229222 :tabid: connectionstring
230223
231224 .. literalinclude:: /includes/fundamentals/code-examples/ReplicaSetConfigs.cs
232- :start-after: start-retry-reads-writes
233- :end-before: end-retry-reads-writes
225+ :start-after: start-retry-reads-writes-connection-string
226+ :end-before: end-retry-reads-writes-connection-string
234227 :emphasize-lines: 1
235228 :language: csharp
236229 :dedent:
You can’t perform that action at this time.
0 commit comments