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.
2 parents 0c56823 + bf4c498 commit 8e5282fCopy full SHA for 8e5282f
doc/Type/Signature.pod6
@@ -394,7 +394,7 @@ in the slurpy array.
394
395
=head3 Single Argument Rule Slurpy
396
397
-A slurpy parameter created using a plus engaged the "single argument rule",
+A slurpy parameter created using a plus engages the "single argument rule",
398
which decides how to handle the slurpy argument based upon context. Basically,
399
if only a single argument is passed and that argument is iterable, that argument
400
is used to fill the slurpy parameter array. In any other case, C<+@> works like
0 commit comments