Author: larry Date: Thu Mar 29 00:55:18 2007 New Revision: 14362 Modified: doc/trunk/design/syn/S09.pod
Log: typo spotted by Ruud++ Modified: doc/trunk/design/syn/S09.pod ============================================================================== --- doc/trunk/design/syn/S09.pod (original) +++ doc/trunk/design/syn/S09.pod Thu Mar 29 00:55:18 2007 @@ -194,7 +194,7 @@ my @values.[10]; # Error my @keys\ .[10]; # Error -Attempting to access an index outside a array's defined range will fail: +Attempting to access an index outside an array's defined range will fail: @dwarves[7] = 'Sneaky'; # Fails with "invalid index" exception