From 70ab3108e2d8fa0947a62f8e41675ca1efd160fb Mon Sep 17 00:00:00 2001 From: Sintendo Date: Sat, 29 Sep 2018 21:21:21 +0200 Subject: [PATCH] doc: fix casing in stream.md PR-URL: https://github.com/nodejs/node/pull/23166 Reviewed-By: Colin Ihrig Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 85ba46ebf8..62bcfaedf5 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'`.