Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
moritz committed Jan 25, 2015
1 parent ccb0946 commit d742c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Type/Proc/Async.pod
Expand Up @@ -49,7 +49,7 @@ An example that opens an external program for writing:
method new(:$path, *@args, :$w) returns Proc::Async:D
Creates a new C<Proc::Async> object with externa program name or path C<$path>
Creates a new C<Proc::Async> object with external program name or path C<$path>
and the command line arguments C<@args>.
If C<:w> is passed to C<new>, then a pipe to the external program's standard
Expand Down

0 comments on commit d742c13

Please sign in to comment.