Skip to content

Commit c0ec14d

Browse files
committed
Fix
1 parent 176a37d commit c0ec14d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

source/crud/configure.txt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,6 @@ The following example disables retryable reads and writes for
206206
a client. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection String`
207207
tab 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:

0 commit comments

Comments
 (0)