Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
targos and aduh95 committed Sep 1, 2021
1 parent e912108 commit 2f751eb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions doc/api/fs.md
Expand Up @@ -326,7 +326,9 @@ of the file.
#### `filehandle.readv(buffers[, position])`
<!-- YAML
added: v14.0.0
added:
- v13.13.0
- v12.17.0
-->
* `buffers` {Buffer[]|TypedArray[]|DataView[]}
Expand Down Expand Up @@ -4566,9 +4568,13 @@ this API: [`fs.read()`][].
### `fs.readSync(fd, buffer, [options])`
<!-- YAML
added: v14.0.0
added:
- v13.13.0
- v12.17.0
changes:
- version: v14.0.0
- version:
- v13.13.0
- v12.17.0
pr-url: https://github.com/nodejs/node/pull/32460
description: Options object can be passed in
to make offset, length and position optional.
Expand All @@ -4592,7 +4598,9 @@ this API: [`fs.read()`][].
### `fs.readvSync(fd, buffers[, position])`
<!-- YAML
added: v14.0.0
added:
- v13.13.0
- v12.17.0
-->
* `fd` {integer}
Expand Down

0 comments on commit 2f751eb

Please sign in to comment.