Skip to content

Commit

Permalink
doc: updated fs
Browse files Browse the repository at this point in the history
nodejs#5862 
removed irrelevant data about fs.readFile
  • Loading branch information
ToPal committed Mar 23, 2016
1 parent 387b6b4 commit e919697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ Synchronous readdir(3). Returns an array of filenames excluding `'.'` and

## fs.readFile(file[, options], callback)

* `file` {String | Integer} filename or file descriptor
* `file` {String} filename
* `options` {Object | String}
* `encoding` {String | Null} default = `null`
* `flag` {String} default = `'r'`
Expand Down

0 comments on commit e919697

Please sign in to comment.