0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-18 19:33:00 -05:00

chore(docs): Fixed manual link (#18060)

This commit is contained in:
ayame113 2023-03-07 22:01:56 +09:00 committed by Yoshiya Hinosawa
parent 05eecec2f0
commit 36fc29869a

View file

@ -4173,8 +4173,8 @@ declare namespace Deno {
}
/**
* The interface returned from calling {@linkcode Command.output} or
* {@linkcode Command.outputSync} which represents the result of spawning the
* The interface returned from calling {@linkcode Deno.Command.output} or
* {@linkcode Deno.Command.outputSync} which represents the result of spawning the
* child process.
*
* @category Sub Process