summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perl595delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod
index d0f37a8e4a..2868e48092 100644
--- a/pod/perl595delta.pod
+++ b/pod/perl595delta.pod
@@ -178,7 +178,7 @@ Regular expressions now recognize the C<\v> and C<\h> escapes, that match
vertical and horizontal whitespace, respectively. C<\V> and C<\H>
logically match their complements.
-C<\R> matches a generic linebreak, that is, horizontal whitespace, plus
+C<\R> matches a generic linebreak, that is, vertical whitespace, plus
the multi-character sequence C<"\x0D\x0A">.
=back