Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
regexes.pod - missing word
  • Loading branch information
timo committed May 21, 2015
1 parent 17222ff commit 2475551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/regexes.pod
Expand Up @@ -326,7 +326,7 @@ like this:
The C<*> quantifier makes the preceding atom match zero or more times, with
no upper limit.
For example to optional whitespace between C<a> and C<b> you can write
For example to allow optional whitespace between C<a> and C<b> you can write
/ a \s* b /
Expand Down

0 comments on commit 2475551

Please sign in to comment.