mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore(docs): Fixed manual link (#18060)
This commit is contained in:
parent
d12b039e1a
commit
08591d052a
1 changed files with 2 additions and 2 deletions
4
cli/tsc/dts/lib.deno.ns.d.ts
vendored
4
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue