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 <[email protected]>
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
  • Loading branch information
MylesBorins committed Oct 12, 2017
1 parent 421365d commit 31e4f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ added: v0.1.93

* `fd` {integer} Integer file descriptor used by the ReadStream.

Emitted when the ReadStream's file is opened.
Emitted when the `ReadStream`'s underlying file descriptor has been closed.

### readStream.bytesRead
<!-- YAML
Expand Down Expand Up @@ -296,7 +296,7 @@ added: v0.1.93

* `fd` {integer} Integer file descriptor used by the WriteStream.

Emitted when the WriteStream's file is opened.
Emitted when the `WriteStream`'s underlying file descriptor has been closed.

### writeStream.bytesWritten
<!-- YAML
Expand Down

0 comments on commit 31e4f2b

Please sign in to comment.