Author: larry
Date: Thu Mar 29 12:06:16 2007
New Revision: 14364

Modified:
   doc/trunk/design/syn/S09.pod

Log:
error spotted by TSa++


Modified: doc/trunk/design/syn/S09.pod
==============================================================================
--- doc/trunk/design/syn/S09.pod        (original)
+++ doc/trunk/design/syn/S09.pod        Thu Mar 29 12:06:16 2007
@@ -682,7 +682,7 @@
 Similarly, within a C<.{}> indexing operation you can use C<*[$idx]>
 to convert from standard indices to user-defined:
 
-    @lengths{ *[2] .. Oct }      # Same as:  @lengths{ Jan .. Oct }
+    @lengths{ *[2] .. Oct }      # Same as:  @lengths{ Mar .. Oct }
 
 In other words, when treated as an array within an indexing
 operation, C<*> allows you to convert between standard and

Reply via email to