Skip to content

Commit c9b5830

Browse files
committed
formatting
1 parent d2d50df commit c9b5830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/connect/connection-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ and the ``tls`` option with a value of ``true``:
3838
uri = "mongodb://<hostname>:<port>/?connectTimeoutMS=60000&tls=true"
3939
client = Mongo::Client.new(uri)
4040

41-
Using a ``Mongo::Client``
42-
~~~~~~~~~~~~~~~~~~~~~~~~~
41+
Using a Mongo::Client
42+
~~~~~~~~~~~~~~~~~~~~~
4343

4444
You can pass connection options as arguments to the ``Mongo::Client`` constructor
4545
instead of including them in your connection URI.

0 commit comments

Comments
 (0)