Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Indicate MixHash -> Bag(Hash) coersion loses negative weights
  • Loading branch information
zoffixznet committed Oct 20, 2016
1 parent 015c9b9 commit 459310f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/MixHash.pod6
Expand Up @@ -88,7 +88,7 @@ Defined as:
Coerces the C<MixHash> to a L«C<Bag>|/type/Bag». The weights are convert to L«C<Int>|/type/Int»,
which means the number of keys in the resulting C<Bag> can be fewer than in the
original C<MixHash>, if any of the weights truncate to zero.
original C<MixHash>, if any of the weights are negative or truncate to zero.
=head2 method BagHash
Expand All @@ -98,7 +98,7 @@ Defined as:
Coerces the C<MixHash> to a L«C<BagHash>|/type/BagHash». The weights are convert to L«C<Int>|/type/Int»,
which means the number of keys in the resulting C<BagHash> can be fewer than in the
original C<MixHash>, if any of the weights truncate to zero.
original C<MixHash>, if any of the weights are negative or truncate to zero.
=head1 See Also
Expand Down

0 comments on commit 459310f

Please sign in to comment.