Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

r29151 - docs/Perl6/Spec/S32-setting-library

0 views
Skip to first unread message

pugs-c...@feather.perl6.nl

unread,
Nov 20, 2009, 11:21:42 AM11/20/09
to perl6-l...@perl.org
Author: lwall
Date: 2009-11-20 17:21:42 +0100 (Fri, 20 Nov 2009)
New Revision: 29151

Modified:
docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
[S32/Containers] typo


Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Containers.pod 2009-11-20 16:19:09 UTC (rev 29150)
+++ docs/Perl6/Spec/S32-setting-library/Containers.pod 2009-11-20 16:21:42 UTC (rev 29151)
@@ -697,7 +697,7 @@
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;
+alternating keys and values; also like in that it returns the new hash.
However, unlike assignment, when a duplicate key is detected,
C<push> coerces the colliding entry's value to an
array and pushes the Pair's value onto that array. Hence to invert

0 new messages