We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f6de4 commit 07e5b22Copy full SHA for 07e5b22
doc/Type/Proc/Async.pod6
@@ -199,7 +199,7 @@ Use L«C<.Supply>|/type/Proc::Async#method_Supply» for merged STDOUT and STDERR
199
multi method bind-stdin(IO::Handle:D $handle)
200
multi method bind-stdin(Proc::Async::Pipe:D $pipe)
201
202
-Sets a handle or a L<Pipe> as a source of STDIN. STDIN of
+Sets a handle or a C<Pipe> as a source of STDIN. STDIN of
203
the target process must be writable or
204
C<X::Proc::Async::BindOrUse> will be thrown.
205
0 commit comments