Author: lwall
Date: 2009-06-12 19:18:58 +0200 (Fri, 12 Jun 2009)
New Revision: 27066

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] tweak rangechars not to be limited to \w


Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-06-12 16:56:27 UTC (rev 27065)
+++ docs/Perl6/Spec/S03-operators.pod   2009-06-12 17:18:58 UTC (rev 27066)
@@ -429,7 +429,7 @@
 is incremented regardless of what comes before it.
 
 The C<< <rangechar> >> character class is defined as that subset of
-C<\w> that Perl knows how to increment within a range, as defined
+characters that Perl knows how to increment within a range, as defined
 below.
 
 The additional matching behaviors provide two useful benefits:

Reply via email to