diff --git a/doc/api/stream.md b/doc/api/stream.md index ee7746564a0227..72163fc62b749d 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1470,6 +1470,7 @@ added: v8.0.0 --> * `error` {Error} +* Returns: {this} Destroy the stream, and optionally emit an `'error'` event. After this call, the transform stream would release any internal resources.