diff --git a/doc/api/stream.md b/doc/api/stream.md index e041dc013eda76..7a8c3f5199e208 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1307,7 +1307,7 @@ added: v8.0.0 Destroy the stream, and emit `'error'`. After this call, the transform stream would release any internal resources. -implementors should not override this method, but instead implement +Implementors should not override this method, but instead implement [`readable._destroy()`][readable-_destroy]. The default implementation of `_destroy()` for `Transform` also emit `'close'`.