We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452dede commit 0b9e656Copy full SHA for 0b9e656
pod/perlrebackslash.pod
@@ -195,7 +195,7 @@ sequences by using the L<charnames> module. These custom names are
195
lexically scoped, and so a given code point may have different names
196
in different scopes. The name used is what is in effect at the time the
197
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
+at the time the pattern is parsed. But for patterns that are delimited
199
by single quotes, the expansion is deferred until pattern compilation
200
time, which may very well have a different C<charnames> translator in
201
effect.
0 commit comments