Skip to content

Commit

Permalink
reverses changed values
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrishabh committed Jun 26, 2021
1 parent 8bf2c67 commit 472522b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/fs.md
Expand Up @@ -293,9 +293,9 @@ added:
* `buffer` {Buffer|TypedArray|DataView} A buffer that will be filled with the
file data read. **Default:** `Buffer.alloc(16384)`
* `offset` {integer} The location in the buffer at which to start filling.
**Default:** `buffer.byteLength`
**Default:** `0`
* `length` {integer} The number of bytes to read. **Default:**
`0`
`buffer.byteLength`
* `position` {integer} The location where to begin reading data from the
file. If `null`, data will be read from the current file position, and
the position will be updated. If `position` is an integer, the current
Expand Down

0 comments on commit 472522b

Please sign in to comment.