Skip to content

Commit 331e220

Browse files
authored
Fix codos in pick signatures in Bool.rakudoc (#4365)
Dunno if I should just be committing changes like this...
1 parent b760f80 commit 331e220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Bool.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ and any key.
7878

7979
=head2 routine pick
8080

81-
multi method pick(Bool:U --> Bool:D)
82-
multi method pick(Bool:U $count --> Seq:D)
81+
multi method pick(Bool:U: --> Bool:D)
82+
multi method pick(Bool:U: $count --> Seq:D)
8383

8484
Returns C<True> or C<False> if called without any argument. Otherwise returns
8585
C<$count> elements chosen at random (without repetition) from the C<enum>. If

0 commit comments

Comments
 (0)