Skip to content

Commit 4cf4ee9

Browse files
aduh95targos
authored andcommitted
doc: fix typo in fs.md
PR-URL: #38100 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f9d36cb commit 4cf4ee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,9 +2755,9 @@ changes:
27552755
* `bytesRead` {integer}
27562756
* `buffer` {Buffer}
27572757
2758-
Similar to the `fs.read90` function, this version takes an optional `options`
2759-
object. If no `options` object is specified, it will default with the above
2760-
values.
2758+
Similar to the [`fs.read()`][] function, this version takes an optional
2759+
`options` object. If no `options` object is specified, it will default with the
2760+
above values.
27612761
27622762
### `fs.readdir(path[, options], callback)`
27632763
<!-- YAML

0 commit comments

Comments
 (0)