We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fbf85 commit 7c4d9d2Copy full SHA for 7c4d9d2
doc/Type/Bag.pod
@@ -12,7 +12,7 @@ signifying how many copies of that element are considered "in the bag". (For
12
I<mutable> bags, see L<BagHash> instead.)
13
14
C<Bag>s are often used for performing weighted random selections - see
15
-L<.pick|method pick> and L<.roll|method roll>.
+L<.pick|pick> and L<.roll|roll>.
16
17
Objects/values of any type are allowed as bag elements. Within a C<Bag>, items
18
that would compare positively with the L<===> operator are considered the same
0 commit comments