We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756c058 commit 258f64fCopy full SHA for 258f64f
doc/api/fs.md
@@ -4528,8 +4528,8 @@ added: v10.0.0
4528
file descriptor is closed, or will be rejected if an error occurs while
4529
closing.
4530
4531
-Closes the file handle. Will wait for any pending operation on the handle
4532
-to complete before completing.
+Closes the file handle after waiting for any pending operation on the handle to
+complete.
4533
4534
```js
4535
const fsPromises = require('fs').promises;
0 commit comments