Skip to content

Commit f0ed86a

Browse files
authored
it's not a slurpy arg
1 parent 07af2a6 commit f0ed86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Proc.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ method new(Proc:U:
4848
Str:D :$nl = "\n",
4949
--> Proc:D)
5050
sub run(
51-
*@args,
51+
@args,
5252
:$in = '-',
5353
:$out = '-',
5454
:$err = '-',

0 commit comments

Comments
 (0)