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 <timothygu99@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • 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.