Browse Source

doc: clarify fs.read() offset argument

v0.10.16-release
Ben Noordhuis 12 years ago
parent
commit
4881a6a9a3
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -390,7 +390,7 @@ Read data from the file specified by `fd`.
`buffer` is the buffer that the data will be written to.
`offset` is offset within the buffer where reading will start.
`offset` is the offset in the buffer to start writing at.
`length` is an integer specifying the number of bytes to read.

Loading…
Cancel
Save