File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Defined as:
84
84
85
85
Coerces the C < Mix > to a L « C < Bag > |/type/Bag» . The weights are convert to L « C < Int > |/type/Int» ,
86
86
which means the number of keys in the resulting C < Bag > can be fewer than in the
87
- original C < Mix > , if any of the weights truncate to zero.
87
+ original C < Mix > , if any of the weights are negative or truncate to zero.
88
88
89
89
= head2 method BagHash
90
90
@@ -94,7 +94,7 @@ Defined as:
94
94
95
95
Coerces the C < Mix > to a L « C < BagHash > |/type/BagHash» . The weights are convert to L « C < Int > |/type/Int» ,
96
96
which means the number of keys in the resulting C < BagHash > can be fewer than in the
97
- original C < Mix > , if any of the weights truncate to zero.
97
+ original C < Mix > , if any of the weights are negative or truncate to zero.
98
98
99
99
= head1 See Also
100
100
You can’t perform that action at this time.
0 commit comments