diff options
Diffstat (limited to 'pod/perlrebackslash.pod')
-rw-r--r-- | pod/perlrebackslash.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlrebackslash.pod b/pod/perlrebackslash.pod index b428bbe0d6..f3710e9e14 100644 --- a/pod/perlrebackslash.pod +++ b/pod/perlrebackslash.pod @@ -185,9 +185,9 @@ form only, subject to change, and you should not try to use it yourself.) Mnemonic: I<N>amed character. -Note that a character that is expressed as a named character is considered -as a character without special meaning by the regex engine, and will match -"as is". +Note that a character that is expressed as a named or numbered character is +considered as a character without special meaning by the regex engine, and will +match "as is". =head4 Example |