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 2352476 commit 2167108Copy full SHA for 2167108
doc/Type/Proc/Async.pod6
@@ -235,7 +235,7 @@ L<X::Proc::Async::MustBeStarted> exception is thrown.
235
236
Closes the standard input stream of the external program. Programs that read
237
from STDIN often only terminate when their input stream is closed. So if
238
-waiting for the promise from C<#method start> hangs (for a program opened for
+waiting for the promise from L<#method start> hangs (for a program opened for
239
writing), it might be a forgotten C<close-stdin>.
240
241
The C<Proc::Async> object must be created for writing (with
0 commit comments