From b6f71969a0530d987adbd2ebee44a51d2655029d Mon Sep 17 00:00:00 2001 From: "Hachimi Aa (Sfeir)" Date: Thu, 22 Aug 2019 16:48:57 +0200 Subject: [PATCH] doc: improve fs.read documentation PR-URL: https://github.com/nodejs/node/pull/29270 Reviewed-By: Robert Nagy Reviewed-By: Trivikram Kamat Reviewed-By: Anna Henningsen Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index d7d8c4d24f9a16..5eb339decbdd36 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2766,7 +2766,7 @@ changes: Read data from the file specified by `fd`. -`buffer` is the buffer that the data will be written to. +`buffer` is the buffer that the data (read from the fd) will be written to. `offset` is the offset in the buffer to start writing at.