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 stream.md
  • Loading branch information
rexagod authored Mar 12, 2020
commit 3e0395aee8cb7345c886e97ee327b197466f8853
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Calling the `writable.end()` method signals that no more data will be written
to the [`Writable`][]. The optional `chunk` and `encoding` arguments allow one
final additional chunk of data to be written immediately before closing the
stream. If provided, the optional `callback` function is attached as a listener
for the [`'finish'`][] and the [`'error'`][] event. In the latter case, an error
for the [`'finish'`][] and the `'error'` event. In the latter case, an error
Comment thread
mscdex marked this conversation as resolved.
Outdated
object will be passed to the `callback` function.
Comment thread
ronag marked this conversation as resolved.
Outdated

Calling the [`stream.write()`][stream-write] method after calling
Expand Down