Skip to content

Commit

Permalink
doc: fix the description of 'close' event
Browse files Browse the repository at this point in the history
PR-URL: #15800
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
JamesMGreene authored and targos committed Oct 18, 2017
1 parent ae75af5 commit 3b7abe1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3b7abe1

Please sign in to comment.