Skip to content

Commit

Permalink
doc: appendFileSync accepts fd as well
Browse files Browse the repository at this point in the history
Refs: #6508
PR-URL: #6707
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
fhalde authored and evanlucas committed May 17, 2016
1 parent 226b966 commit 64fcba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ _Note: Specified file descriptors will not be closed automatically._

## fs.appendFileSync(file, data[, options])

* `file` {String | Buffer}
* `file` {String | Buffer | Number} filename or file descriptor
* `data` {String | Buffer}
* `options` {Object | String}
* `encoding` {String | Null} default = `'utf8'`
Expand Down

0 comments on commit 64fcba2

Please sign in to comment.