Skip to content

Commit 4b417f8

Browse files
hachimiSfeirtargos
authored andcommittedApr 22, 2020
doc: improve fs.read documentation
PR-URL: #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>
1 parent d53d152 commit 4b417f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,7 @@ changes:
27352735

27362736
Read data from the file specified by `fd`.
27372737

2738-
`buffer` is the buffer that the data will be written to.
2738+
`buffer` is the buffer that the data (read from the fd) will be written to.
27392739

27402740
`offset` is the offset in the buffer to start writing at.
27412741

0 commit comments

Comments
 (0)