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 d5b0a64 commit 6ff939bCopy full SHA for 6ff939b
doc/api/fs.md
@@ -397,7 +397,7 @@ changes:
397
from the file. If `null` or `-1`, data will be read from the current file
398
position, and the position will be updated. If `position` is a non-negative
399
integer, the current file position will remain unchanged.
400
- **Default:**: `null`
+ **Default:** `null`
401
* Returns: {Promise} Fulfills upon success with an object with two properties:
402
* `bytesRead` {integer} The number of bytes read
403
* `buffer` {Buffer|TypedArray|DataView} A reference to the passed in `buffer`
0 commit comments