diff options
-rw-r--r-- | cli/dts/lib.deno.ns.d.ts | 2 |
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 * |