Skip to content

Commit 0c70e8c

Browse files
hachimiSfeiraddaleax
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 6f94221 commit 0c70e8c

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
@@ -2755,7 +2755,7 @@ changes:
27552755

27562756
Read data from the file specified by `fd`.
27572757

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

27602760
`offset` is the offset in the buffer to start writing at.
27612761

0 commit comments

Comments
 (0)