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 9116c92 commit a6c714dCopy full SHA for a6c714d
source/includes/indexes/index-code-examples.rb
@@ -6,7 +6,7 @@
6
# Sets the server_api field of the options object to Stable API version 1
7
options = { server_api: { version: "1" }}
8
9
-# Creates a new client and connect to the server
+# Creates a new client and connects to the server
10
client = Mongo::Client.new(uri, options)
11
12
database = client.use('<database name>')
0 commit comments