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
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md2
-rw-r--r--doc/api/http2.md2
2 files changed, 2 insertions, 2 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
-->
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 347170878df..c81f94a2781 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -3233,7 +3233,7 @@ const server = http2.createServer((req, res) => {
});
```
-#### `response.setTimeout(msecs\[, callback\])`
+#### `response.setTimeout(msecs[, callback])`
<!-- YAML
added: v8.4.0
-->