Skip to content

Commit 07a82f5

Browse files
committed
Fixing indentation errors again
1 parent 6b40e89 commit 07a82f5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/fundamentals/connection/mongoclientsettings.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,12 @@ settings to modify the driver's behavior:
266266
TXT records associated with the host. If you want to enable the processing of TXT records,
267267
you must specify the SRV host in the connection string
268268
using the ``applyConnectionString()`` method.
269-
.. code-block:: java
270-
:emphasize-lines: 3
271-
MongoClient mongoClient = MongoClients.create(
272-
MongoClientSettings.builder()
273-
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))
269+
| For example:
270+
.. code-block:: java
271+
:emphasize-lines: 3
272+
MongoClient mongoClient = MongoClients.create(
273+
MongoClientSettings.builder()
274+
.applyConnectionString(new ConnectionString("mongodb+srv://host1.acme.com")))
274275

275276
* - ``srvMaxHosts()``
276277
- | Sets the maximum number of hosts the driver can connect to when using

0 commit comments

Comments
 (0)