Skip to content

Commit 1524458

Browse files
committed
doc: remove you and fixup note in stream.md
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]>
1 parent ffed7b6 commit 1524458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/stream.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1445,9 +1445,9 @@ added: v8.0.0
14451445
-->
14461446

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

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

0 commit comments

Comments
 (0)