Skip to content

Commit 7bbf2d1

Browse files
committed
Fix code example in Bag.pod
1 parent 1669f74 commit 7bbf2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Bag.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An immutable collection of weighted values. These weights are always
88
integers, and can be accessed with the C<{ }> postcircumfix. For a
99
mutable collection of weighted values, see L<BagHash>.
1010
11-
bag('a', 'b', 'c',)<a> == 3
11+
bag('a', 'b', 'c', 'a', 'd', 'a')<a> == 3
1212
1313
=head2 Operators
1414

0 commit comments

Comments
 (0)