Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Sep 30, 2015
1 parent ffd9d49 commit cc4d77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/regexes.pod
Expand Up @@ -694,7 +694,7 @@ binary code.
For example, the C<:ignorecase> (C<:i>) adverb tells the compiler to ignore
the distinction between upper case, lower case and title case letters.
So C<'a' ~~~ /A/> is false, but C<'a' ~~ /:i A/> is a successful match.
So C<'a' ~~ /A/> is false, but C<'a' ~~ /:i A/> is a successful match.
Regex adverbs can come before or inside a regex declaration and only affect
the part of the regex that comes afterwards, lexically.
Expand Down

0 comments on commit cc4d77c

Please sign in to comment.