We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb3c72 commit 6f9840aCopy full SHA for 6f9840a
doc/Language/functions.pod6
@@ -1170,7 +1170,7 @@ Verbosity on
1170
1171
It's possible to alter how arguments are processed before they're passed
1172
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>
+nature of dynamic variables, it is required to set up C<%*SUB-MAIN-OPTS>
1174
hash and fill it with the appropriate settings. For instance:
1175
1176
my %*SUB-MAIN-OPTS =
0 commit comments