Skip to content

Commit 84e80fa

Browse files
committed
Added missing adverb to regex pod
1 parent e9056d0 commit 84e80fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/regexes.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ case-insensitive:
790790
$_ = 'STAR TREK Into Darkness';
791791
s/Trek Into/TREK\: Into/; # Someone forgot the colon?
792792
.say; # STAR TREK Into Darkness
793-
s:/Trek into/TREK\: Into/; # Thereifixedit
793+
s:i/Trek into/TREK\: Into/; # Thereifixedit
794794
.say; # STAR TREK: Into Darkness
795795
796796
If you want more in-depth descriptions of what these adverbs are actually

0 commit comments

Comments
 (0)