Skip to content

Commit 5aa46a2

Browse files
LiviaMedeirosjuanarbol
authored andcommitted
doc: fix brackets position
PR-URL: #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>
1 parent 7ed40dc commit 5aa46a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3028,7 +3028,7 @@ number of bytes read is zero.
30283028
If this method is invoked as its [`util.promisify()`][]ed version, it returns
30293029
a promise for an `Object` with `bytesRead` and `buffer` properties.
30303030
3031-
### `fs.read(fd, [options,] callback)`
3031+
### `fs.read(fd[, options], callback)`
30323032
30333033
<!-- YAML
30343034
added:

0 commit comments

Comments
 (0)