Bad orientation in doc, noticed by Jan Dubois.
Rafael Garcia-Suarez [Sat, 26 May 2007 06:54:40 +0000 (06:54 +0000)]
p4raw-id: //depot/perl@31281

pod/perl595delta.pod

index d0f37a8..2868e48 100644 (file)
@@ -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