diff options
author | karl williamson <public@khwilliamson.com> | 2009-12-29 13:13:18 -0700 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-12-29 22:05:47 +0100 |
commit | 4d4acfba162f595158f37b543a161d98e61c1235 (patch) | |
tree | 31555d44e615cd1b67b985709fc8f8e141b37d1e /pod | |
parent | a80e323fbf3c4c14f0fce8c693c9a91eb9d69497 (diff) | |
download | perl-4d4acfba162f595158f37b543a161d98e61c1235.tar.gz |
PATCH: correct grammatical error in perlunicode.pod
Attached
From 75bb462da5f7ea844447dfdd7d9aadfe15f6dcf3 Mon Sep 17 00:00:00 2001
From: Karl Williamson <khw@khw-desktop.(none)>
Date: Tue, 29 Dec 2009 13:08:28 -0700
Subject: [PATCH] Correct grammatical error in perlunicode.pod
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
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}>> |