summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorayame113 <40050810+ayame113@users.noreply.github.com>2023-03-07 22:01:56 +0900
committerGitHub <noreply@github.com>2023-03-07 08:01:56 -0500
commit08591d052a623fdb2d95a599e742d22cabca344e (patch)
tree0c39dec383489e7e8f0f3517789d4c1475d9088b
parentd12b039e1ad601622c6135e13f00fd14cb09bce1 (diff)
chore(docs): Fixed manual link (#18060)
-rw-r--r--cli/tsc/dts/lib.deno.ns.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tsc/dts/lib.deno.ns.d.ts b/cli/tsc/dts/lib.deno.ns.d.ts
index ed0b00ca4..1ad67ac88 100644
--- a/cli/tsc/dts/lib.deno.ns.d.ts
+++ b/cli/tsc/dts/lib.deno.ns.d.ts
@@ -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