Skip to content

Commit 6f9840a

Browse files
committed
Fix ambigous statement about %*SUB-MAIN-OPTS.
See <deb3c72#commitcomment-29668834>
1 parent deb3c72 commit 6f9840a

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
@@ -1170,7 +1170,7 @@ Verbosity on
11701170
11711171
It's possible to alter how arguments are processed before they're passed
11721172
to C<sub MAIN {}> by setting options in C<%*SUB-MAIN-OPTS> hash. Due to the
1173-
nature of dynamic variables, one needs to set up his or her own C<%*SUB-MAIN-OPTS>
1173+
nature of dynamic variables, it is required to set up C<%*SUB-MAIN-OPTS>
11741174
hash and fill it with the appropriate settings. For instance:
11751175
11761176
my %*SUB-MAIN-OPTS =

0 commit comments

Comments
 (0)