From 1ad6995e680ec8ee1780ecff242f3deac2285d36 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 5e6cfb31786c6d..b4f429d6f4ef14 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2755,7 +2755,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.