mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix casing in stream.md
PR-URL: https://github.com/nodejs/node/pull/23166 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
committed by
Anna Henningsen
parent
a21af5b1f2
commit
70ab3108e2
@@ -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'`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user