Skip to content

Commit f2e6458

Browse files
author
JW
committed
Small typo.
1 parent 93649a9 commit f2e6458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Use the `:fields` option to specify fields to return.
208208

209209
#### Querying with Regular Expressions
210210

211-
Regular expressions can be used to query MongoDB. To find all names that begin with 'a':
211+
Regular expressions can be used to query MongoDB. To find all names that begin with 'M':
212212

213213
puts coll.find({"name" => /^M/}).to_a
214214

0 commit comments

Comments
 (0)