Author: lwall
Date: 2010-06-24 22:54:50 +0200 (Thu, 24 Jun 2010)
New Revision: 31442

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] qualify misleading assertion re 1,2,3...$n when $n < 3


Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2010-06-24 20:49:06 UTC (rev 31441)
+++ docs/Perl6/Spec/S03-operators.pod   2010-06-24 20:54:50 UTC (rev 31442)
@@ -15,8 +15,8 @@
 
     Created: 8 Mar 2004
 
-    Last Modified: 18 Jun 2010
-    Version: 210
+    Last Modified: 24 Jun 2010
+    Version: 211
 
 =head1 Overview
 
@@ -1811,7 +1811,8 @@
 
 Once we know the limit of the series, the left list is evaluated item
 by item, and ordinary numeric or string values are passed through
-unchanged.  If any value in the series is C<eqv> to the limit value,
+unchanged (to the extent allowed by the limit on the right).
+If any value in the series is C<eqv> to the limit value,
 the series terminates, including that final limit value.  For any value
 after the first lefthand value, if that value and the previous value
 fall on opposite sides of the limit, the series terminates without

Reply via email to