Skip to content
Closed
Prev Previous commit
Next Next commit
fixup: docs
  • Loading branch information
ronag committed Aug 13, 2020
commit b384f0862a6470c0dbf6601ed298a7a6e469b966
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4549,7 +4549,7 @@ added: v10.0.0
closing.

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

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