Browse Source

doc: fix wording in fs.appendFile

PR-URL: https://github.com/iojs/io.js/pull/801
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v1.8.0-commit
Rudolf Meijering 10 years ago
committed by Jeremiah Senkpiel
parent
commit
15d156e3ec
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -517,7 +517,7 @@ The synchronous version of `fs.writeFile`.
* `flag` {String} default = `'a'`
* `callback` {Function}
Asynchronously append data to a file, creating the file if it not yet exists.
Asynchronously append data to a file, creating the file if it does not yet exist.
`data` can be a string or a buffer.
Example:

Loading…
Cancel
Save