Skip to content

Commit 0d94cac

Browse files
fluca1978moritz
authored andcommitted
Fix link to Promise.
1 parent b2d6195 commit 0d94cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Proc/Async.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ the program through the C<.print>, C<.say> and C<.write> methods.
206206
207207
method start(Proc::Async:D: :$scheduler = $*SCHEDULER, :$cwd = $*CWD --> Promise:D)
208208
209-
Initiates spawning of the external program. Returns a promise that will be
210-
kept with a L<Proc|/type/Proc> object once the external
209+
Initiates spawning of the external program. Returns a L<Promise|/type/Promise>
210+
that will be kept with a L<Proc|/type/Proc> object once the external
211211
program exits, and that will be broken if the program cannot be started.
212212
213213
If C<start> is called on a Proc::Async object on which it has already been

0 commit comments

Comments
 (0)