Skip to content

Commit 20f8a22

Browse files
JamesMGreenejoyeecheung
authored andcommitted
doc: fix the description of 'close' event
PR-URL: #15800 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent e04e927 commit 20f8a22

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

doc/api/fs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ added: v0.1.93
279279
added: v0.1.93
280280
-->
281281

282-
Emitted when the `ReadStream`'s underlying file descriptor has been closed
283-
using the `fs.close()` method.
282+
Emitted when the `ReadStream`'s underlying file descriptor has been closed.
284283

285284
### Event: 'open'
286285
<!-- YAML
@@ -398,8 +397,7 @@ added: v0.1.93
398397
added: v0.1.93
399398
-->
400399

401-
Emitted when the `WriteStream`'s underlying file descriptor has been closed
402-
using the `fs.close()` method.
400+
Emitted when the `WriteStream`'s underlying file descriptor has been closed.
403401

404402
### Event: 'open'
405403
<!-- YAML

0 commit comments

Comments
 (0)