Skip to content

Commit 474bf80

Browse files
lpincaruyadorno
authored andcommitted
doc: remove confusing and outdated sentence
Remove confusing and outdated sentence in `doc/api/stream.md`. Fixes: #55987 PR-URL: #55988 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Jason Zhang <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
1 parent a933103 commit 474bf80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/stream.md

-2
Original file line numberDiff line numberDiff line change
@@ -3836,8 +3836,6 @@ added: v8.0.0
38363836

38373837
The `_destroy()` method is called by [`writable.destroy()`][writable-destroy].
38383838
It can be overridden by child classes but it **must not** be called directly.
3839-
Furthermore, the `callback` should not be mixed with async/await
3840-
once it is executed when a promise is resolved.
38413839

38423840
#### `writable._final(callback)`
38433841

0 commit comments

Comments
 (0)