Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/fs.md
Co-Authored-By: Anna Henningsen <github@addaleax.net>
  • Loading branch information
HACHIMIam and addaleax authored Aug 27, 2019
commit 9c6068d11e75525e4f3df6653bec0205a1baeb1b
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2503,7 +2503,7 @@ changes:

Read data from the file specified by `fd`.

`buffer` is the buffer that the data will be read from.
`buffer` is the buffer that the data which was read from the fd will be written to.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line exceeds the maximum allowed line length.

Suggested change
`buffer` is the buffer that the data which was read from the fd will be written to.
`buffer` is the buffer that the data which was read from the fd will be written
to.

Copy link
Copy Markdown
Author

@HACHIMIam HACHIMIam Jan 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BridgeAR i tried reduce the line length


`offset` is the offset in the buffer to start reading from.
Comment thread
HACHIMIam marked this conversation as resolved.
Outdated

Expand Down