Author: lwall Date: 2010-01-22 04:38:31 +0100 (Fri, 22 Jan 2010) New Revision: 29576
Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] KeyWeight deletion critierion kept consistent for dbrunton++ Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod =================================================================== --- docs/Perl6/Spec/S32-setting-library/Containers.pod 2010-01-21 20:11:21 UTC (rev 29575) +++ docs/Perl6/Spec/S32-setting-library/Containers.pod 2010-01-22 03:38:31 UTC (rev 29576) @@ -19,8 +19,8 @@ Created: 19 Feb 2009 extracted from S29-functions.pod - Last Modified: 9 Jan 2010 - Version: 13 + Last Modified: 21 Jan 2010 + Version: 14 The document is a draft. @@ -981,8 +981,9 @@ A C<KeyHash of FatRat>; like a C<KeyBag> but may have non-integral weights for use in weighted picking. Keys with fractional weights -are deleted if they go non-positive, but a warning is issued -for deletion of any element that didn't go exactly to 0. +are deleted if they go to 0. Negative weights are not deleted, but +the implementation may complain if it notices you attempting to use +such a weight. =head2 Junction