Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stylistic improvements to Baggy.pod
  • Loading branch information
moritz committed Jun 20, 2016
1 parent c6e9981 commit ebb259c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Baggy.pod
Expand Up @@ -4,7 +4,7 @@
=SUBTITLE Collection of distinct weighted objects
class Baggy does QuantHash { }
role Baggy does QuantHash { }
A role for collections of weighted objects. See L<Bag>, L<BagHash>, and
L<Mixy>.
Expand Down Expand Up @@ -159,7 +159,7 @@ Defined as:
method antipairs(Baggy:D:) returns Seq:D
Returns all elements and their respective weights as a L<Seq|/type/Seq> of C<Pair>s
Returns all elements and their respective weights as a L<Seq|/type/Seq> of L<Pairs|/type/Pair>,
where the element itself is the value and the weight of that element is the key, i.e.
the opposite of method L<pairs|#method pairs>.
Expand Down

0 comments on commit ebb259c

Please sign in to comment.