Skip to content
Prev Previous commit
add 'close' event as optional in stream.Readable
per issue #6484
  • Loading branch information
Jenna Vuong committed May 2, 2016
commit 8cdf720f856539ab6dbc6db3a4fe620e45b7c489
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Emitted when the stream and any of its underlying resources (a file
descriptor, for example) have been closed. The event indicates that
no more events will be emitted, and no further computation will occur.

Not all streams will emit the `'close'` event.
Not all streams will emit the `'close'` event as the `'close'` event is optional.

#### Event: 'data'

Expand Down