Skip to content

Commit

Permalink
doc: remove you and fixup note in stream.md
Browse files Browse the repository at this point in the history
PR-URL: #14938
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Yuta Hiroto <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
  • Loading branch information
jasnell authored and MylesBorins committed Sep 12, 2017
1 parent 992d1dd commit 6c93d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1445,9 +1445,9 @@ added: v8.0.0
-->

* `callback` {Function} Call this function (optionally with an error
argument) when you are done writing any remaining data.
argument) when finished writing any remaining data.

Note: `_final()` **must not** be called directly. It MAY be implemented
The `_final()` method **must not** be called directly. It may be implemented
by child classes, and if so, will be called by the internal Writable
class methods only.

Expand Down

0 comments on commit 6c93d01

Please sign in to comment.