Skip to content

Commit 8817092

Browse files
authored
Merge pull request #1261 from titsuki/single-argument-rule-slurpy
Add an index for Single Argument Rule Slurpy
2 parents 1f08eaa + a675404 commit 8817092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Type/Signature.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ The double asterisk slurpy hides the nested comma objects and leaves them as-is
428428
in the slurpy array.
429429
430430
=head3 Single Argument Rule Slurpy
431+
X<|+ (Single Argument Rule Slurpy)>
431432
432433
A slurpy parameter created using a plus engages the "single argument rule",
433434
which decides how to handle the slurpy argument based upon context. Basically,

0 commit comments

Comments
 (0)