Skip to content

Commit 8fe5c51

Browse files
committed
[v6.d REVIEW] Fix up Proc.command
It returns an immutable List, not a mutable Array Rakudo fix up: rakudo/rakudo@925c113433 Propspec fix up: Raku/roast@d66c1a3349
1 parent 4281731 commit 8fe5c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Proc.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ through to the shell for parsing and execution. See L<C<IO::shell>|/type/IO#sub_
177177
178178
=head2 method command
179179
180-
method command(Proc:D: --> Array:D)
180+
method command(Proc:D: --> List:D)
181181
182-
The command method is an accessor to an array containing the arguments that were
182+
The command method is an accessor to a list containing the arguments that were
183183
passed when the Proc object was executed via C<spawn> or C<shell> or C<run>.
184184
185185
=head2 method pid

0 commit comments

Comments
 (0)