Skip to content

Commit

Permalink
Add missing sentence
Browse files Browse the repository at this point in the history
Otherwise it's unclear why .pid is called like that.
  • Loading branch information
AlexDaniel committed May 6, 2018
1 parent 59f7fc5 commit 8e762ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Proc/Async.pod6
Expand Up @@ -298,7 +298,7 @@ Equivalent to L<ready>.
Returns a L<Promise|/type/Promise> that will be kept once the process
has successfully started. L<Promise|/type/Promise> will be broken if the program
fails to start.
fails to start. Returned promise will hold the process id (PID).
B<Implementation-specific note:> Available starting from Rakudo 2018.04.
Expand Down

0 comments on commit 8e762ea

Please sign in to comment.