doc: fix the description of 'close' event
PR-URL: https://github.com/nodejs/node/pull/15800 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
parent
e04e9270cc
commit
20f8a22259
@ -279,8 +279,7 @@ added: v0.1.93
|
||||
added: v0.1.93
|
||||
-->
|
||||
|
||||
Emitted when the `ReadStream`'s underlying file descriptor has been closed
|
||||
using the `fs.close()` method.
|
||||
Emitted when the `ReadStream`'s underlying file descriptor has been closed.
|
||||
|
||||
### Event: 'open'
|
||||
<!-- YAML
|
||||
@ -398,8 +397,7 @@ added: v0.1.93
|
||||
added: v0.1.93
|
||||
-->
|
||||
|
||||
Emitted when the `WriteStream`'s underlying file descriptor has been closed
|
||||
using the `fs.close()` method.
|
||||
Emitted when the `WriteStream`'s underlying file descriptor has been closed.
|
||||
|
||||
### Event: 'open'
|
||||
<!-- YAML
|
||||
|
Loading…
x
Reference in New Issue
Block a user