diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-05-03 17:44:56 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-05-03 17:44:56 -0400 |
commit | 88a4f93e9c5bcf6ebf2df5a9832440a2b2a2d501 (patch) | |
tree | fc10a265907e7ad2f6789c36d94ee9d1eded29cd | |
parent | 69930b1860ecb5c4bddc59bb2ee41e5cea977545 (diff) | |
download | perl-88a4f93e9c5bcf6ebf2df5a9832440a2b2a2d501.tar.gz |
typo fix spotted by tchrist
-rw-r--r-- | pod/perlrecharclass.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrecharclass.pod b/pod/perlrecharclass.pod index 2b76dfbe46..b7526b45fa 100644 --- a/pod/perlrecharclass.pod +++ b/pod/perlrecharclass.pod @@ -419,7 +419,7 @@ Examples: ------- -* There is an exception to a bracketed character class matching a only a +* There is an exception to a bracketed character class matching only a single character. When the class is to match caselessely under C</i> matching rules, and a character inside the class matches a multiple-character sequence caselessly under Unicode rules, the class |