We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5c689 commit 3101096Copy full SHA for 3101096
doc/api/stream.md
@@ -1307,7 +1307,7 @@ added: v8.0.0
1307
1308
Destroy the stream, and emit `'error'`. After this call, the
1309
transform stream would release any internal resources.
1310
-implementors should not override this method, but instead implement
+Implementors should not override this method, but instead implement
1311
[`readable._destroy()`][readable-_destroy].
1312
The default implementation of `_destroy()` for `Transform` also emit `'close'`.
1313
0 commit comments