We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab30e3d commit 60f3b74Copy full SHA for 60f3b74
source/connect/mongoclient.txt
@@ -88,8 +88,8 @@ Atlas Connection Example
88
89
To connect to a MongoDB deployment on Atlas, you must first create a client.
90
91
-You can pass a connection URI as a string to ``MongoClient.create()`` to connect
92
-to a MongoDB instance:
+You can pass a connection URI as a string to the ``MongoClient.create()`` method
+to connect to a MongoDB instance:
93
94
.. literalinclude:: /includes/connect/mongoclient2.kt
95
:start-after: start-connect-to-atlas-w-uri
0 commit comments