File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ To connect to a MongoDB deployment, you need two things:
24
24
25
25
- A **connection URI**, also known as a *connection string*, which tells the {+driver-short+}
26
26
which MongoDB deployment to connect to.
27
- - A **MongoDB\Client** object, which creates the connection to the MongoDB deployment
27
+ - A **MongoDB\\ Client** object, which creates the connection to the MongoDB deployment
28
28
and lets you perform operations on it.
29
29
30
30
You can also use either of these components to customize the way the {+driver-short+} behaves
@@ -107,4 +107,4 @@ API Documentation
107
107
To learn more about creating a ``MongoDB\Client`` object in the {+driver-short+},
108
108
see the following API documentation:
109
109
110
- - ` :ref: MongoDB\Client <php-api-mongodbclient>`__
110
+ - :ref:` MongoDB\Client <php-api-mongodbclient>`
You can’t perform that action at this time.
0 commit comments