Skip to content

Commit 0b9e656

Browse files
pjcjkhwilliamson
authored andcommitted
Fix spelling in perlrebackslash
1 parent 452dede commit 0b9e656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlrebackslash.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ sequences by using the L<charnames> module. These custom names are
195195
lexically scoped, and so a given code point may have different names
196196
in different scopes. The name used is what is in effect at the time the
197197
C<\N{}> is expanded. For patterns in double-quotish context, that means
198-
at the time the pattern is parsed. But for patterns that are delimitted
198+
at the time the pattern is parsed. But for patterns that are delimited
199199
by single quotes, the expansion is deferred until pattern compilation
200200
time, which may very well have a different C<charnames> translator in
201201
effect.

0 commit comments

Comments
 (0)