Browse Source

doc: fix fs.read arg type

About fs.read's 2nd argument, string is invalid.

PR-URL: https://github.com/nodejs/node/pull/12034
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
v7.x
Daiki Arai 8 years ago
committed by Italo A. Casas
parent
commit
806c4f3c0c
No known key found for this signature in database GPG Key ID: 23EFEFE93C4CFFFE
  1. 2
      doc/api/fs.md

2
doc/api/fs.md

@ -1415,7 +1415,7 @@ changes:
-->
* `fd` {integer}
* `buffer` {string|Buffer|Uint8Array}
* `buffer` {Buffer|Uint8Array}
* `offset` {integer}
* `length` {integer}
* `position` {integer}

Loading…
Cancel
Save