Skip to content

Commit 3b7abe1

Browse files
JamesMGreenetargos
authored andcommitted
doc: fix the description of 'close' event
PR-URL: #15800 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent ae75af5 commit 3b7abe1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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)