Skip to content

Commit 07e5b22

Browse files
committed
Fixes broken link refs #561 #1833
1 parent 82f6de4 commit 07e5b22

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
@@ -199,7 +199,7 @@ Use L«C<.Supply>|/type/Proc::Async#method_Supply» for merged STDOUT and STDERR
199199
multi method bind-stdin(IO::Handle:D $handle)
200200
multi method bind-stdin(Proc::Async::Pipe:D $pipe)
201201
202-
Sets a handle or a L<Pipe> as a source of STDIN. STDIN of
202+
Sets a handle or a C<Pipe> as a source of STDIN. STDIN of
203203
the target process must be writable or
204204
C<X::Proc::Async::BindOrUse> will be thrown.
205205

0 commit comments

Comments
 (0)