Skip to content

Commit

Permalink
doc: appendFileSync accepts fd as well
Browse files Browse the repository at this point in the history
Refer: #6508
  • Loading branch information
fhalde committed May 12, 2016
1 parent e16e611 commit 293e706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -332,7 +332,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 293e706

Please sign in to comment.