Skip to content

Commit 3101096

Browse files
Sintendotargos
authored andcommitted
doc: fix casing in stream.md
PR-URL: #23166 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent bb5c689 commit 3101096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ added: v8.0.0
13071307

13081308
Destroy the stream, and emit `'error'`. After this call, the
13091309
transform stream would release any internal resources.
1310-
implementors should not override this method, but instead implement
1310+
Implementors should not override this method, but instead implement
13111311
[`readable._destroy()`][readable-_destroy].
13121312
The default implementation of `_destroy()` for `Transform` also emit `'close'`.
13131313

0 commit comments

Comments
 (0)