Skip to content

Commit 36bc8b9

Browse files
committed
doc: fix typo in fs.md
PR-URL: #38100 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e38d62a commit 36bc8b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: doc/api/fs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2768,9 +2768,9 @@ changes:
27682768
* `bytesRead` {integer}
27692769
* `buffer` {Buffer}
27702770
2771-
Similar to the `fs.read90` function, this version takes an optional `options`
2772-
object. If no `options` object is specified, it will default with the above
2773-
values.
2771+
Similar to the [`fs.read()`][] function, this version takes an optional
2772+
`options` object. If no `options` object is specified, it will default with the
2773+
above values.
27742774
27752775
### `fs.readdir(path[, options], callback)`
27762776
<!-- YAML

0 commit comments

Comments
 (0)