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 00f9189 commit dc7a21eCopy full SHA for dc7a21e
doc/api/fs.md
@@ -415,7 +415,7 @@ changes:
415
* `position` {integer|bigint|null} The location where to begin reading data
416
from the file. If `null` or `-1`, data will be read from the current file
417
position, and the position will be updated. If `position` is a non-negative
418
- integer,the current file position will remain unchanged.
+ integer, the current file position will remain unchanged.
419
**Default:**: `null`
420
* Returns: {Promise} Fulfills upon success with an object with two properties:
421
* `bytesRead` {integer} The number of bytes read
0 commit comments