Skip to content

Commit 8e762ea

Browse files
committed
Add missing sentence
Otherwise it's unclear why .pid is called like that.
1 parent 59f7fc5 commit 8e762ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Proc/Async.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Equivalent to L<ready>.
298298
299299
Returns a L<Promise|/type/Promise> that will be kept once the process
300300
has successfully started. L<Promise|/type/Promise> will be broken if the program
301-
fails to start.
301+
fails to start. Returned promise will hold the process id (PID).
302302
303303
B<Implementation-specific note:> Available starting from Rakudo 2018.04.
304304

0 commit comments

Comments
 (0)