This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlreref: Fix column in table
authorKarl Williamson <public@khwilliamson.com>
Sat, 2 Apr 2011 04:01:52 +0000 (22:01 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 2 Apr 2011 04:21:44 +0000 (22:21 -0600)
pod/perlreref.pod

index 277b888..f5a7975 100644 (file)
@@ -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 +