Skip to content

Commit 3b52b50

Browse files
author
Jan-Olof Hendig
committed
Fixed broken link
1 parent 510d6a7 commit 3b52b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Baggy.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Defined as:
3434
multi method roll(Baggy:D:) returns Any:D
3535
multi method roll(Baggy:D: $count) returns Seq:D
3636
37-
Like an ordinary list L<roll|/type/List/#routine_roll>, but returns keys of the invocant weighted
37+
Like an ordinary list L<roll|/type/List#routine_roll>, but returns keys of the invocant weighted
3838
by their values, as if the keys were replicated the number of times indicated
3939
by the corresponding value and then list roll used. The underlying
4040
metaphor for rolling is that you're throwing C<$count> dice that are

0 commit comments

Comments
 (0)