mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
docs: fix anchor link (#7346)
This commit is contained in:
parent
a10339cb20
commit
c44c45a334
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.ns.d.ts
vendored
2
cli/dts/lib.deno.ns.d.ts
vendored
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue