Skip to content

Commit 0c0d37d

Browse files
committed
code comment edit
1 parent c753a46 commit 0c0d37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/connect/csot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
db = client.use('test-db')
1212
collection = db[:test-collection]
1313

14-
# Perform a query with an operation-level timeout configuration,
14+
# Performs a query with an operation-level timeout configuration,
1515
# overriding the client-level configuration
1616
docs = collection.find({}, timeout_ms: 10000).to_a
1717

0 commit comments

Comments
 (0)