Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 4f2535d6c3b..82bb47a2116 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -5093,7 +5093,7 @@ changes:
The `Promise` is resolved with the [`fs.Stats`][] object for the given `path`.
-### `fsPromises.symlink(target, path\[, type\])`
+### `fsPromises.symlink(target, path[, type])`
<!-- YAML
added: v10.0.0
-->