Skip to content

Commit 5b1788c

Browse files
authored
tweak grammar
1 parent 0c421ac commit 5b1788c

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
@@ -109,14 +109,14 @@ if the process it ran exited unsuccessfully.
109109
110110
method spawn(*@args ($, *@), :$cwd = $*CWD, Hash() :$env = %*ENV --> Bool:D)
111111
112-
Runs the C<Proc> object with the given command, argument list, working directory
112+
Runs the C<Proc> object with the given command, argument list, working directory,
113113
and environment.
114114
115115
=head2 method shell
116116
117117
method shell($cmd, :$cwd = $*CWD, :$env --> Bool:D)
118118
119-
Runs the C<Proc> object with the given command and environment which is passed
119+
Runs the C<Proc> object with the given command and environment which are passed
120120
through to the shell for parsing and execution.
121121
122122
=head2 method command

0 commit comments

Comments
 (0)