diff --git a/doc/api/stream.md b/doc/api/stream.md index cb6d23e52583ec..07755e05dc2f65 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -281,6 +281,9 @@ The stream is not closed when the `'error'` event is emitted unless the [`autoDestroy`][writable-new] option was set to `true` when creating the stream. +After `'error'`, no further events other than `'close'` *should* be emitted +(including `'error'` events). + ##### Event: 'finish'