0
0
Fork 0
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:
迷渡 2020-09-04 18:43:51 +08:00 committed by GitHub
parent a10339cb20
commit c44c45a334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*