Skip to content

Commit 736f985

Browse files
authored
Update create-cli.pod6
1 parent a37bf1f commit 736f985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/create-cli.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The default command line interface of Raku scripts consists of three parts:
1212
=head2 Parsing the command line parameters into a L<capture|/type/Capture>
1313
1414
This looks at the values in L<@*ARGS|/language/variables#index-entry-@*ARGS>,
15-
interprets these according to some policy, and creates a L<capture|/type/Capture>
15+
interprets these according to some policy, and creates a L<Capture|/type/Capture>
1616
object out of that. An alternative way of parsing may be provided by the developer
1717
or installed using a module.
1818

0 commit comments

Comments
 (0)