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 510d6a7 commit 3b52b50Copy full SHA for 3b52b50
doc/Type/Baggy.pod
@@ -34,7 +34,7 @@ Defined as:
34
multi method roll(Baggy:D:) returns Any:D
35
multi method roll(Baggy:D: $count) returns Seq:D
36
37
-Like an ordinary list L<roll|/type/List/#routine_roll>, but returns keys of the invocant weighted
+Like an ordinary list L<roll|/type/List#routine_roll>, but returns keys of the invocant weighted
38
by their values, as if the keys were replicated the number of times indicated
39
by the corresponding value and then list roll used. The underlying
40
metaphor for rolling is that you're throwing C<$count> dice that are
0 commit comments