Browse Source

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>
v9.x-staging
James M. Greene 7 years ago
committed by Joyee Cheung
parent
commit
20f8a22259
  1. 6
      doc/api/fs.md

6
doc/api/fs.md

@ -279,8 +279,7 @@ added: v0.1.93
added: v0.1.93 added: v0.1.93
--> -->
Emitted when the `ReadStream`'s underlying file descriptor has been closed Emitted when the `ReadStream`'s underlying file descriptor has been closed.
using the `fs.close()` method.
### Event: 'open' ### Event: 'open'
<!-- YAML <!-- YAML
@ -398,8 +397,7 @@ added: v0.1.93
added: v0.1.93 added: v0.1.93
--> -->
Emitted when the `WriteStream`'s underlying file descriptor has been closed Emitted when the `WriteStream`'s underlying file descriptor has been closed.
using the `fs.close()` method.
### Event: 'open' ### Event: 'open'
<!-- YAML <!-- YAML

Loading…
Cancel
Save