Skip to content
Closed
Prev Previous commit
Next Next commit
fixup: docs
  • Loading branch information
ronag committed Aug 13, 2020
commit 8ebe12de8fd52e69f75c0e934c2873024032c371
3 changes: 2 additions & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4548,7 +4548,8 @@ added: v10.0.0
file descriptor is closed, or will be rejected if an error occurs while
closing.

Closes the file descriptor.
Closes the file handle. Will wait for any pending operation on the handle
to complete before closing the file descriptor.

```js
const fsPromises = require('fs').promises;
Expand Down