diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-02-25 12:49:31 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-02-28 10:15:20 -1000 |
commit | fa8466b4c60103fc7dfc6fc7ad468fd11787e901 (patch) | |
tree | 9196436d2dff647ad83282a63ff614ed810c1734 /pod/perlrebackslash.pod | |
parent | 8c37f1d08aed2115c94599be4884644c5c90a0bc (diff) | |
download | perl-fa8466b4c60103fc7dfc6fc7ad468fd11787e901.tar.gz |
Clarify perlrebackslash.pod
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 |