Skip to content

Commit b6f7196

Browse files
hachimiSfeirtargos
authored andcommitted
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 0e4ce8f commit b6f7196

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
@@ -2766,7 +2766,7 @@ changes:
27662766

27672767
Read data from the file specified by `fd`.
27682768

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

27712771
`offset` is the offset in the buffer to start writing at.
27722772

0 commit comments

Comments
 (0)