Skip to content

Commit 9169908

Browse files
committed
Let Mix and MixHash have its own paragraph
Rewording it into a separate paragraph allows even easier skimming.
1 parent 68f94a4 commit 9169908

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/Language/setbagmix.pod6

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ If you want to keep track of the B<number of times each object appeared>,
2727
you can use a L<Bag|/type/Bag> or L<BagHash|/type/BagHash>. In these
2828
Baggy containers each element has a weight (an unsigned integer)
2929
indicating the number of times the same object has been included in the
30-
collection. The types L<Mix|/type/Mix> and L<MixHash|/type/MixHash> are
31-
similar, but they also allow B<fractional weights>.
30+
collection.
31+
32+
The types L<Mix|/type/Mix> and L<MixHash|/type/MixHash> are similar
33+
to L<Bag|/type/Bag> and L<BagHash|/type/BagHash>, but they also
34+
allow B<fractional weights>.
3235
3336
=begin comment
3437
=defn Bag or BagHash

0 commit comments

Comments
 (0)