Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S32] typo or thinko in Hash.push signature
  • Loading branch information
moritz committed Mar 31, 2011
1 parent 47af4ce commit bb2a783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-setting-library/Containers.pod
Expand Up @@ -849,7 +849,7 @@ into multiple pairs. (The C<< X=> >> expands C<$v> if it is a list.)

=item push

our Hash multi method push ( @hash: *@values ) is export
our Hash multi method push ( %hash: *@values ) is export

Like hash assignment insofar as it accepts either C<Pair> objects or
alternating keys and values; also like in that it returns the new hash.
Expand Down

0 comments on commit bb2a783

Please sign in to comment.