Skip to content

Commit 8e5282f

Browse files
authored
Merge pull request #1143 from ilmari/patch-1
Fix typo "engaged" → "engages"
2 parents 0c56823 + bf4c498 commit 8e5282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Signature.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ in the slurpy array.
394394
395395
=head3 Single Argument Rule Slurpy
396396
397-
A slurpy parameter created using a plus engaged the "single argument rule",
397+
A slurpy parameter created using a plus engages the "single argument rule",
398398
which decides how to handle the slurpy argument based upon context. Basically,
399399
if only a single argument is passed and that argument is iterable, that argument
400400
is used to fill the slurpy parameter array. In any other case, C<+@> works like

0 commit comments

Comments
 (0)