Skip to content

Commit 4b417f8

Browse files
hachimiSfeirtargos
authored andcommitted
doc: improve fs.read documentation
PR-URL: #29270 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
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

Lines changed: 1 addition & 1 deletion
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)