Browse Source

docs: fix copy and paste error

v0.8.13-release
Jan Lehnardt 12 years ago
committed by Bert Belder
parent
commit
a7b5938715
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -365,7 +365,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 writing will start.
`offset` is offset within the buffer where reading will start.
`length` is an integer specifying the number of bytes to read.

Loading…
Cancel
Save