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.
2 parents 2c8c4e9 + f2e6458 commit bc5e3feCopy full SHA for bc5e3fe
source/TUTORIAL.md
@@ -208,7 +208,7 @@ Use the `:fields` option to specify fields to return.
208
209
#### Querying with Regular Expressions
210
211
-Regular expressions can be used to query MongoDB. To find all names that begin with 'a':
+Regular expressions can be used to query MongoDB. To find all names that begin with 'M':
212
213
puts coll.find({"name" => /^M/}).to_a
214
0 commit comments