summaryrefslogtreecommitdiff
path: root/pod/perlreref.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-01 22:01:52 -0600
committerKarl Williamson <public@khwilliamson.com>2011-04-01 22:21:44 -0600
commit7f04f24fa828ed5a779f2e66f2f7b57151a72529 (patch)
tree5226a062e938f7111af598b2bb85bf02645af110 /pod/perlreref.pod
parentb33bbe436e8060bcee6f2a8d80730bbc37559806 (diff)
downloadperl-7f04f24fa828ed5a779f2e66f2f7b57151a72529.tar.gz
perlreref: Fix column in table
Diffstat (limited to 'pod/perlreref.pod')
-rw-r--r--pod/perlreref.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreref.pod b/pod/perlreref.pod
index 277b888853..f5a7975929 100644
--- a/pod/perlreref.pod
+++ b/pod/perlreref.pod
@@ -173,7 +173,7 @@ POSIX character classes and their Unicode and Perl equivalents:
punct PosixPunct XPosixPunct Punctuation and Symbols
in ASCII-range; just
punct outside it
- space PosixSpace XPosixSpace [\s\cK] Whitespace
+ space PosixSpace XPosixSpace [\s\cK]
PerlSpace XPerlSpace \s Perl's whitespace def'n
upper PosixUpper XPosixUpper Uppercase characters
word PerlWord XPosixWord \w Alnum + Unicode marks +