diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlunicode.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 1737b52a3a..1ebed0df3f 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -727,8 +727,8 @@ This matches any character that is graphical or is space, but not a control. This is the same as C<\s>, including beyond ASCII. -Mnemonic: Space, as modified by Perl. (It doesn't include vertical tab which -both the Posix standard and Unicode consider to be space.) +Mnemonic: Space, as modified by Perl. (It doesn't include the vertical tab +which both the Posix standard and Unicode consider to be space.) =item B<C<\p{VertSpace}>> |