Skip to content

Commit 6b88598

Browse files
authored
Merge pull request #126 from rachel-mack/DOCSP-46399
[Ruby] Format Issue on Ruby v2.21 Create a Client Page
2 parents bda9c28 + f44e8a8 commit 6b88598

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/reference/create-client.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Creating a Client
1010
:depth: 2
1111
:class: singlecol
1212

13-
Using ``Mongo::Client``
14-
=======================
13+
Using Mongo::Client
14+
===================
1515

1616
To connect to a MongoDB deployment, create a ``Mongo::Client`` object.
1717
Provide a list of hosts and options or a :manual:`connection string URI
18-
</reference/connection-string/>` to the``Mongo::Client`` constructor.
18+
</reference/connection-string/>` to the ``Mongo::Client`` constructor.
1919
The client's selected database defaults to ``admin``.
2020

2121
By default, the driver will automatically detect the topology used by the

0 commit comments

Comments
 (0)