perldelta - Correction to new slice syntax
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 18 Sep 2013 12:58:27 +0000 (13:58 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 18 Sep 2013 12:58:27 +0000 (13:58 +0100)
Thanks to Michael Schroeder for the spot.

pod/perldelta.pod

index 6333884..c69c3c8 100644 (file)
@@ -60,7 +60,7 @@ characters.  [perl #112790, #116907]
 
 =head2 New slice syntax
 
-The new C<%hash{...}> and C<@array[...]> syntax returns a list of key/value (or
+The new C<%hash{...}> and C<%array[...]> syntax returns a list of key/value (or
 index/value) pairs.
 
 =head2 EBCDIC support