Author: colomon
Date: 2010-06-29 20:49:47 +0200 (Tue, 29 Jun 2010)
New Revision: 31505

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[Spec] Clarify when to return Nil from the series operator.

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2010-06-29 14:14:07 UTC (rev 31504)
+++ docs/Perl6/Spec/S03-operators.pod   2010-06-29 18:49:47 UTC (rev 31505)
@@ -1950,8 +1950,8 @@
 For intuited numeric generators that don't involve geometric sign changes, all
 values are assumed to be monotonically increasing or decreasing, as determined
 by the (up to) three values used above; if a supplied limit value is on the
-"wrong" side of the first of those values, Nil is returned, even though the
-limit value never matches, and never falls between two generated values.
+"wrong" side of the first value of the full left list, Nil is returned, even
+though the limit value never matches, and never falls between two generated 
values.
 Examples:
 
     my $n = 0;

Reply via email to