Skip to content

Commit 7c4d9d2

Browse files
author
Jan-Olof Hendig
committed
Fixed two broken links
1 parent c5fbf85 commit 7c4d9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Bag.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ signifying how many copies of that element are considered "in the bag". (For
1212
I<mutable> bags, see L<BagHash> instead.)
1313
1414
C<Bag>s are often used for performing weighted random selections - see
15-
L<.pick|method pick> and L<.roll|method roll>.
15+
L<.pick|pick> and L<.roll|roll>.
1616
1717
Objects/values of any type are allowed as bag elements. Within a C<Bag>, items
1818
that would compare positively with the L<===> operator are considered the same

0 commit comments

Comments
 (0)