From 2f751eb8e2d9d663dfc1a74e345fbc6e67484036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 1 Sep 2021 19:43:05 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Antoine du Hamel --- doc/api/fs.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index b510cdd7244354..b37539960f32ac 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -326,7 +326,9 @@ of the file. #### `filehandle.readv(buffers[, position])` * `buffers` {Buffer[]|TypedArray[]|DataView[]} @@ -4566,9 +4568,13 @@ this API: [`fs.read()`][]. ### `fs.readSync(fd, buffer, [options])` * `fd` {integer}