Skip to content

Commit

Permalink
Fix code example in Bag.pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Feb 17, 2014
1 parent 1669f74 commit 7bbf2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bag.pod
Expand Up @@ -8,7 +8,7 @@ An immutable collection of weighted values. These weights are always
integers, and can be accessed with the C<{ }> postcircumfix. For a
mutable collection of weighted values, see L<BagHash>.
bag('a', 'b', 'c',)<a> == 3
bag('a', 'b', 'c', 'a', 'd', 'a')<a> == 3
=head2 Operators
Expand Down

0 comments on commit 7bbf2d1

Please sign in to comment.