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