Skip to content

Commit 3fcedd3

Browse files
committed
fix unclosed L<>
1 parent c504fae commit 3fcedd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Num.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Returns a pseudo random number between 0 and the invocant.
2727
2828
sub srand(Int $seed) returns Int:D
2929
30-
Seeds the pseudo random number generator used by L<Num.rand|/typeNum#rand) with
30+
Seeds the pseudo random number generator used by L<Num.rand|/typeNum#rand> with
3131
the provided value. Note that C<srand> is called with a platform dependent
3232
value when a Perl 6 program is started.
3333

0 commit comments

Comments
 (0)