doc: clarify stream 'close' event

This commit is contained in:
Ben Noordhuis 2012-05-16 16:08:18 +02:00
Родитель 1665b4a2a3
Коммит 05b81f333c
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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