Author: lwall Date: 2009-04-08 21:32:00 +0200 (Wed, 08 Apr 2009) New Revision: 26137
Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [Containers] finish the edit Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod =================================================================== --- docs/Perl6/Spec/S32-setting-library/Containers.pod 2009-04-08 19:29:27 UTC (rev 26136) +++ docs/Perl6/Spec/S32-setting-library/Containers.pod 2009-04-08 19:32:00 UTC (rev 26137) @@ -664,11 +664,9 @@ most list operators create a list of one element when used on an object that is not a list.) -The intention is that +The intent is that reversing a hash twice produces a hash equivalent +to the original hash. - %bar.push(%foo.reverse); - %baz.push(%bar.reverse); - =back =head2 Tieable