Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Fix typo for fs.write docs
Browse files Browse the repository at this point in the history
Fixes #1843.
  • Loading branch information
mscdex authored and koichik committed Oct 9, 2011
1 parent 007ddcd commit eb40dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.markdown
Expand Up @@ -296,7 +296,7 @@ current position.
See pwrite(2).

The callback will be given three arguments `(err, written, buffer)` where `written`
specifies how many _bytes_ were written into `buffer`.
specifies how many _bytes_ were written from `buffer`.

Note that it is unsafe to use `fs.write` multiple times on the same file
without waiting for the callback. For this scenario,
Expand Down

0 comments on commit eb40dcb

Please sign in to comment.