1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00

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

This commit is contained in:
ayame113 2023-03-07 22:01:56 +09:00 committed by GitHub
parent d12b039e1a
commit 08591d052a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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