doc: improve fs.read documentation

PR-URL: https://github.com/nodejs/node/pull/29270
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Hachimi Aa (Sfeir) 2019-08-22 16:48:57 +02:00 committed by Anna Henningsen
parent 6f94221884
commit 0c70e8c6e4
No known key found for this signature in database
GPG Key ID: A94130F0BFC8EBE9

View File

@ -2755,7 +2755,7 @@ changes:
Read data from the file specified by `fd`. 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. `offset` is the offset in the buffer to start writing at.