Skip to content

Commit

Permalink
doc: fix brackets position
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
LiviaMedeiros authored and danielleadams committed Jun 26, 2022
1 parent 1e8797f commit 524a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -3028,7 +3028,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:
Expand Down

0 comments on commit 524a140

Please sign in to comment.