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
Next Next commit
Update doc/api/fs.md
Co-Authored-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
ronag and Trott authored Dec 15, 2019
commit 6fa8257a009418590b2d25485eadea20dddd8b63
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ Asynchronous close(2). No arguments other than a possible exception are given
to the completion callback.

Calling `fs.close()` on any file descriptor (`fd`) that is currently in use
though any other `fs` operation may lead to undefined behavior.
through any other `fs` operation may lead to undefined behavior.

## fs.closeSync(fd)
<!-- YAML
Expand Down