Author: lwall
Date: 2009-08-28 17:41:35 +0200 (Fri, 28 Aug 2009)
New Revision: 28098

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] qualify "longer" to mean graphemes for pmichaud++


Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-08-28 12:17:08 UTC (rev 28097)
+++ docs/Perl6/Spec/S03-operators.pod   2009-08-28 15:41:35 UTC (rev 28098)
@@ -2959,7 +2959,7 @@
 range still has a defined min and max, but the min is greater than the max.
 
 If a range is generated using a magical autoincrement, it stops if the magical
-increment would "carry" and make the next value longer than the "to" value, on 
the
+increment would "carry" and make the next value longer (in graphemes) than the 
"to" value, on the
 assumption that the sequence can never match the final value exactly.  Hence,
 all of these produce 'A' .. 'Z':
 

Reply via email to