From 05b81f333c8563e5d714a06bf98fc9f963ba9f64 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 16 May 2012 16:08:18 +0200 Subject: [PATCH] doc: clarify stream 'close' event --- doc/api/stream.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/api/stream.markdown b/doc/api/stream.markdown index 7ddca6cc99..72d9c9c95a 100644 --- a/doc/api/stream.markdown +++ b/doc/api/stream.markdown @@ -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