Skip to content

Commit a6c714d

Browse files
committed
small fix
1 parent 9116c92 commit a6c714d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/indexes/index-code-examples.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Sets the server_api field of the options object to Stable API version 1
77
options = { server_api: { version: "1" }}
88

9-
# Creates a new client and connect to the server
9+
# Creates a new client and connects to the server
1010
client = Mongo::Client.new(uri, options)
1111

1212
database = client.use('<database name>')

0 commit comments

Comments
 (0)