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 @@ -88,7 +88,7 @@ Defined as:
88
88
89
89
Coerces the C < MixHash > to a L « C < Bag > |/type/Bag» . The weights are convert to L « C < Int > |/type/Int» ,
90
90
which means the number of keys in the resulting C < Bag > can be fewer than in the
91
- original C < MixHash > , if any of the weights truncate to zero.
91
+ original C < MixHash > , if any of the weights are negative or truncate to zero.
92
92
93
93
= head2 method BagHash
94
94
@@ -98,7 +98,7 @@ Defined as:
98
98
99
99
Coerces the C < MixHash > to a L « C < BagHash > |/type/BagHash» . The weights are convert to L « C < Int > |/type/Int» ,
100
100
which means the number of keys in the resulting C < BagHash > can be fewer than in the
101
- original C < MixHash > , if any of the weights truncate to zero.
101
+ original C < MixHash > , if any of the weights are negative or truncate to zero.
102
102
103
103
= head1 See Also
104
104
You can’t perform that action at this time.
0 commit comments