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:
authorLivia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>2022-04-08 13:15:52 +0300
committerGitHub <noreply@github.com>2022-04-08 13:15:52 +0300
commit4fade6acb46ccf0a4f3f637586689019818d81ee (patch)
treedc8a23c1580fc9e02c94160dec74ed5583b6b997 /doc
parent8055c7ba5d3f5f604da315eef76cfa76dfefb380 (diff)
doc: fix brackets position
PR-URL: https://github.com/nodejs/node/pull/42649 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to 'doc')
-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 df2f3a6b658..b0cd533a178 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -3213,7 +3213,7 @@ number of bytes read is zero.
If this method is invoked as its [`util.promisify()`][]ed version, it returns
a promise for an `Object` with `bytesRead` and `buffer` properties.
-### `fs.read(fd, [options,] callback)`
+### `fs.read(fd[, options], callback)`
<!-- YAML
added: