Skip to content

Commit 15183a2

Browse files
authored
Merge pull request #2403 from nxadm/master
Fix #2402
2 parents 8425844 + a49bb55 commit 15183a2

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)