diff options
author | Jan Lehnardt <jan@apache.org> | 2012-10-14 14:44:06 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2012-10-14 14:47:02 +0200 |
commit | a7b5938715acb57b1a168fe8f1f60b9549ddcea5 (patch) | |
tree | 714dd80bc6f26040f4e88344ea076995dac09131 /doc | |
parent | 4a23add90f155e6761d443d1277a31c2a2a4abb2 (diff) | |
download | node-new-a7b5938715acb57b1a168fe8f1f60b9549ddcea5.tar.gz |
docs: fix copy and paste error
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/fs.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index 6e436763b2..a6b31e63f0 100644 --- a/doc/api/fs.markdown +++ b/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. |