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.
1 parent 4281731 commit 8fe5c51Copy full SHA for 8fe5c51
doc/Type/Proc.pod6
@@ -177,9 +177,9 @@ through to the shell for parsing and execution. See L<C<IO::shell>|/type/IO#sub_
177
178
=head2 method command
179
180
- method command(Proc:D: --> Array:D)
+ method command(Proc:D: --> List:D)
181
182
-The command method is an accessor to an array containing the arguments that were
+The command method is an accessor to a list containing the arguments that were
183
passed when the Proc object was executed via C<spawn> or C<shell> or C<run>.
184
185
=head2 method pid
0 commit comments