We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4958091 commit e22108dCopy full SHA for e22108d
doc/api/fs.md
@@ -2768,9 +2768,9 @@ changes:
2768
* `bytesRead` {integer}
2769
* `buffer` {Buffer}
2770
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.
+Similar to the [`fs.read()`][] function, this version takes an optional
+`options` object. If no `options` object is specified, it will default with the
+above values.
2774
2775
### `fs.readdir(path[, options], callback)`
2776
<!-- YAML
0 commit comments