Author: masak
Date: 2010-02-26 14:54:11 +0100 (Fri, 26 Feb 2010)
New Revision: 29862
Modified:
docs/Perl6/Spec/S09-data.pod
Log:
[S09] fixed thinko discovered by snarkyboojum++
Modified: docs/Perl6/Spec/S09-data.pod
===================================================================
--- docs/Perl6/Spec/S09-data.pod 2010-02-26 09:05:17 UTC (rev 29861)
+++ docs/Perl6/Spec/S09-data.pod 2010-02-26 13:54:11 UTC (rev 29862)
@@ -13,8 +13,8 @@
Created: 13 Sep 2004
- Last Modified: 18 Feb 2010
- Version: 41
+ Last Modified: 26 Feb 2010
+ Version: 42
=head1 Overview
@@ -518,7 +518,7 @@
my @virtue{*..6};
my @celebs{*};
-These last three are not allowed because there is no first index, and
+These last two are not allowed because there is no first index, and
hence no way to map the infinity of negative user-defined indices back
to the standard zero-based indexing scheme.