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 f7d2187 commit 6318f88Copy full SHA for 6318f88
source/includes/usage-examples/databases-collection.rb
@@ -21,7 +21,7 @@
21
# start-create-collection
22
database = client.database
23
24
- ddatabase[:example_collection].create(capped: true, size: 1024)
+ database[:example_collection].create(capped: true, size: 1024)
25
# end-create-collection
26
27
# start-get-list
0 commit comments