Skip to content

Commit

Permalink
doc: fix casing in stream.md
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Sintendo authored and targos committed Oct 3, 2018
1 parent bb5c689 commit 3101096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`.

Expand Down

0 comments on commit 3101096

Please sign in to comment.