Skip to content

Commit cc4d77c

Browse files
committed
Fix typo
1 parent ffd9d49 commit cc4d77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/regexes.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ binary code.
694694
For example, the C<:ignorecase> (C<:i>) adverb tells the compiler to ignore
695695
the distinction between upper case, lower case and title case letters.
696696
697-
So C<'a' ~~~ /A/> is false, but C<'a' ~~ /:i A/> is a successful match.
697+
So C<'a' ~~ /A/> is false, but C<'a' ~~ /:i A/> is a successful match.
698698
699699
Regex adverbs can come before or inside a regex declaration and only affect
700700
the part of the regex that comes afterwards, lexically.

0 commit comments

Comments
 (0)