Skip to content

Commit 6ff939b

Browse files
ruyadornorichardlau
authored andcommitted
doc: fix filehandle.read typo
PR-URL: #59635 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent d5b0a64 commit 6ff939b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ changes:
397397
from the file. If `null` or `-1`, data will be read from the current file
398398
position, and the position will be updated. If `position` is a non-negative
399399
integer, the current file position will remain unchanged.
400-
**Default:**: `null`
400+
**Default:** `null`
401401
* Returns: {Promise} Fulfills upon success with an object with two properties:
402402
* `bytesRead` {integer} The number of bytes read
403403
* `buffer` {Buffer|TypedArray|DataView} A reference to the passed in `buffer`

0 commit comments

Comments
 (0)