Skip to content

Commit 1ef955c

Browse files
committed
add context to ex query code comment
1 parent 3425c77 commit 1ef955c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/indexes/single-field.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# end-index-single
2121

2222
# start-index-single-query
23-
# Finds a document with the title "Sweethearts"
23+
# Finds a document with the title "Sweethearts", using the newly created index
2424
filter = { title: 'Sweethearts' }
2525
doc = collection.find(filter).first
2626

0 commit comments

Comments
 (0)