summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2020-09-04 18:43:51 +0800
committerGitHub <noreply@github.com>2020-09-04 06:43:51 -0400
commitc44c45a334630fe9e682c0bbcde72722d10dce0c (patch)
tree88bcdfc8ddd2085f30594906c6698d5b09daca4d
parenta10339cb209ddb34348a9a3cc78f7319d4c8c6dc (diff)
docs: fix anchor link (#7346)
-rw-r--r--cli/dts/lib.deno.ns.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts
index 8bbc005e7..15b390fd1 100644
--- a/cli/dts/lib.deno.ns.d.ts
+++ b/cli/dts/lib.deno.ns.d.ts
@@ -1077,7 +1077,7 @@ declare namespace Deno {
* Deno.chmodSync("/path/to/file", 0o666);
* ```
*
- * For a full description, see [chmod](#chmod)
+ * For a full description, see [chmod](#Deno.chmod)
*
* NOTE: This API currently throws on Windows
*