Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into docs
  • Loading branch information
thelostone-mc authored May 5, 2017
commit a56b18149060a85db219fcef1daeecf186cf0540
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ fs.readFile('<directory>', (err, data) => {

Any specified file descriptor has to support reading.

*Note*: If a file descriptor is specified as the `file`, it will not be closed
*Note*: If a file descriptor is specified as the `path`, it will not be closed
automatically.

## fs.readFileSync(path[, options])
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.