We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
you
1 parent ffed7b6 commit 1524458Copy full SHA for 1524458
doc/api/stream.md
@@ -1445,9 +1445,9 @@ added: v8.0.0
1445
-->
1446
1447
* `callback` {Function} Call this function (optionally with an error
1448
- argument) when you are done writing any remaining data.
+ argument) when finished writing any remaining data.
1449
1450
-Note: `_final()` **must not** be called directly. It MAY be implemented
+The `_final()` method **must not** be called directly. It may be implemented
1451
by child classes, and if so, will be called by the internal Writable
1452
class methods only.
1453
0 commit comments