Skip to content

Commit a49bb55

Browse files
committed
Fix #2402
1 parent 0097c67 commit a49bb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/functions.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ into a string context) in the C<for> loop that calls the function.
11161116
=head1 sub MAIN
11171117
11181118
There is no C<sub MAIN> in Perl 6, but you can provide one to create a
1119-
L<command line interface|create-cli> for your script.
1119+
L<command line interface|https://docs.perl6.org/language/create-cli> for your script.
11201120
11211121
=end pod
11221122

0 commit comments

Comments
 (0)