Skip to content

Commit bc5e3fe

Browse files
committed
Merge pull request #108 from jay2u/patch-1
Small typo.
2 parents 2c8c4e9 + f2e6458 commit bc5e3fe

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)