This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in perldelta
authorKarl Williamson <public@khwilliamson.com>
Thu, 16 May 2013 00:58:31 +0000 (18:58 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 16 May 2013 01:08:17 +0000 (19:08 -0600)
Spotted by Zsbán Ambrus

pod/perldelta.pod

index d04acf3..2ac7e5b 100644 (file)
@@ -3563,7 +3563,7 @@ some subtleties when regular expressions are matched against
 above-Unicode code points.  There is a warning generated to draw your
 attention to this.  However, this warning was being generated
 inappropriately in some cases, such as when a program was being parsed.
-Non-Unicode matches such as C<\w> and C<[:word;]> should not generate the
+Non-Unicode matches such as C<\w> and C<[:word:]> should not generate the
 warning, as their definitions don't limit them to apply to only Unicode
 code points.  Now the message is only generated when matching against
 C<\p{}> and C<\P{}>.  There remains a bug, [perl #114148], for the very