Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Indicate Mix -> Bag(Hash) coersion loses negative weights
  • Loading branch information
zoffixznet committed Oct 20, 2016
1 parent cab6b77 commit 015c9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Mix.pod6
Expand Up @@ -84,7 +84,7 @@ Defined as:
Coerces the C<Mix> 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<Mix>, if any of the weights truncate to zero.
original C<Mix>, if any of the weights are negative or truncate to zero.
=head2 method BagHash
Expand All @@ -94,7 +94,7 @@ Defined as:
Coerces the C<Mix> 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<Mix>, if any of the weights truncate to zero.
original C<Mix>, if any of the weights are negative or truncate to zero.
=head1 See Also
Expand Down

0 comments on commit 015c9b9

Please sign in to comment.