Skip to content

Commit

Permalink
Let Mix and MixHash have its own paragraph
Browse files Browse the repository at this point in the history
Rewording it into a separate paragraph allows even easier skimming.
  • Loading branch information
AlexDaniel committed Mar 15, 2018
1 parent 68f94a4 commit 9169908
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/Language/setbagmix.pod6
Expand Up @@ -27,8 +27,11 @@ If you want to keep track of the B<number of times each object appeared>,
you can use a L<Bag|/type/Bag> or L<BagHash|/type/BagHash>. In these
Baggy containers each element has a weight (an unsigned integer)
indicating the number of times the same object has been included in the
collection. The types L<Mix|/type/Mix> and L<MixHash|/type/MixHash> are
similar, but they also allow B<fractional weights>.
collection.
The types L<Mix|/type/Mix> and L<MixHash|/type/MixHash> are similar
to L<Bag|/type/Bag> and L<BagHash|/type/BagHash>, but they also
allow B<fractional weights>.
=begin comment
=defn Bag or BagHash
Expand Down

0 comments on commit 9169908

Please sign in to comment.