Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash! vsemozhetbyt nit
  • Loading branch information
Trott committed Jun 7, 2018
commit 79301f09601e388fd0898f8e2a99ed59753d33d9
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ added: v8.0.0

Destroy the stream, and emit the passed `'error'` and a `'close'` event.
After this call, the writable stream has ended and subsequent calls
to `write()` or `end()` will result in a `ERR_STREAM_DESTROYED` error.
to `write()` or `end()` will result in an `ERR_STREAM_DESTROYED` error.
Implementors should not override this method,
but instead implement [`writable._destroy()`][writable-_destroy].

Expand Down