mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
doc: fix filehandle.read typo
PR-URL: https://github.com/nodejs/node/pull/59635 Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
cc0cdb1ed1
commit
487938ba64
|
|
@ -397,7 +397,7 @@ changes:
|
|||
from the file. If `null` or `-1`, data will be read from the current file
|
||||
position, and the position will be updated. If `position` is a non-negative
|
||||
integer, the current file position will remain unchanged.
|
||||
**Default:**: `null`
|
||||
**Default:** `null`
|
||||
* Returns: {Promise} Fulfills upon success with an object with two properties:
|
||||
* `bytesRead` {integer} The number of bytes read
|
||||
* `buffer` {Buffer|TypedArray|DataView} A reference to the passed in `buffer`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user