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:
James M. Greene 2017-10-06 08:50:35 -07:00 committed by Joyee Cheung
parent e04e9270cc
commit 20f8a22259

View File

@ -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