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 targos committed Jul 11, 2022
1 parent 52043a5 commit c261eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3056,7 +3056,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 c261eb4

Please sign in to comment.