Skip to content

Commit

Permalink
Merge pull request mongodb#108 from jay2u/patch-1
Browse files Browse the repository at this point in the history
Small typo.
  • Loading branch information
TylerBrock committed Jun 7, 2012
2 parents 205337a + 90d2d24 commit f949036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Use the `:fields` option to specify fields to return.

#### Querying with Regular Expressions

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':

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

Expand Down

0 comments on commit f949036

Please sign in to comment.