Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: clarify stream 'close' event
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed May 16, 2012
1 parent 1665b4a commit 05b81f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/api/stream.markdown
Expand Up @@ -42,9 +42,8 @@ Emitted if there was an error receiving data.

`function () { }`

Emitted when the underlying file descriptor has been closed. Not all streams
will emit this. (For example, an incoming HTTP request will not emit
`'close'`.)
Emitted when the underlying resource (for example, the backing file descriptor)
has been closed. Not all streams will emit this.

### stream.readable

Expand Down

0 comments on commit 05b81f3

Please sign in to comment.