Skip to content

Commit

Permalink
doc: improve fs.read documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hachimiSfeir authored and BethGriggs committed Apr 7, 2020
1 parent 71f3a8b commit 1ad6995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -2755,7 +2755,7 @@ changes:

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.

Expand Down

0 comments on commit 1ad6995

Please sign in to comment.