Author: larry
Date: Tue Jan 30 12:31:16 2007
New Revision: 13551

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

Log:
Braino spotted by TSa++


Modified: doc/trunk/design/syn/S09.pod
==============================================================================
--- doc/trunk/design/syn/S09.pod        (original)
+++ doc/trunk/design/syn/S09.pod        Tue Jan 30 12:31:16 2007
@@ -786,7 +786,7 @@
 When you use C<*> with C<+> and C<->, it creates a value of C<Whatever>
 but C<Num>, which the array subscript interpreter will interpret as the
 subscript one off the end of that dimension of the array.  The lower
-right corner of a two dimesional array is C<@array[*-1, *-1]>.
+right corner of a two dimesional array is C<@array[*-1; *-1]>.
 
 This policy has the fortuitous outcome that arrays declared with negative
 subscripts will never interpret negative subscripts as relative to the end:

Reply via email to