Skip to content

Commit 922fde5

Browse files
committed
remaining comments
1 parent 714b794 commit 922fde5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/connect/stable-api.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ Troubleshooting
107107
Unrecognized field 'apiVersion' on server
108108
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109109

110-
{+driver-short+} raises this exception if you specify an API version and connect to a
110+
The {+driver-short+} raises this exception if you specify an API version and connect to a
111111
MongoDB server that doesn't support the {+stable-api+}. Ensure you're connecting to a
112112
deployment running {+mdb-server+} v5.0 or later.
113113

114114
Provided apiStrict:true, but the command count is not in API Version
115115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116116

117-
{+driver-short+} raises this exception if your ``MongoClient`` runs an operation that
117+
The {+driver-short+} raises this exception if your ``MongoClient`` runs an operation that
118118
isn't in the {+stable-api+} version you specified. To avoid this error, use an alternative
119119
operation supported by the specified {+stable-api+} version, or set the ``strict``
120120
option to ``False`` when constructing your ``ServerApi`` object.
@@ -131,6 +131,6 @@ following API documentation:
131131
- `ServerAddress <{+core-api+}/ServerAddress.html>`__
132132
- `MongoClientSettings <{+core-api+}/MongoClientSettings.html>`__
133133
- `MongoClientSettings.Builder <{+core-api+}/MongoClientSettings.Builder.html>`__
134-
- `MongoClient.create() <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/-factory/create.html>`__
135134
- `MongoClient <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
135+
- `MongoClient.create() <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/-factory/create.html>`__
136136

0 commit comments

Comments
 (0)