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 1ef955c commit 273de71Copy full SHA for 273de71
source/includes/indexes/single-field.rb
@@ -20,7 +20,7 @@
20
# end-index-single
21
22
# start-index-single-query
23
-# Finds a document with the title "Sweethearts", using the newly created index
+# Finds a document with the title "Sweethearts" by using the newly created index
24
filter = { title: 'Sweethearts' }
25
doc = collection.find(filter).first
26
0 commit comments