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 <[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]>
  • Loading branch information
hachimiSfeir authored and targos committed Apr 11, 2020
1 parent 0e4ce8f commit b6f7196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2766,7 +2766,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 b6f7196

Please sign in to comment.