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
Update doc/api/stream.md
Co-Authored-By: Denys Otrishko <9109612+lundibundi@users.noreply.github.com>
  • Loading branch information
ronag and lundibundi authored Nov 24, 2019
commit bdfb2d46e1a6bb7ac2c8fe1f440cf80e3f2ac65c
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ with (in order of precedence):
`chunk` is not a `string` when not in `objectMode`.
* `ERR_STREAM_ALREADY_FINISHED` if
[`writable.writableFinished`][] is `true`.
* Any error emitted by the instance through `'error'` before
* Last error emitted by the instance through `'error'` before
[`writable.writableFinished`][] is set to `true`.
Comment thread
ronag marked this conversation as resolved.

##### writable.setDefaultEncoding(encoding)
Expand Down