Skip to content

Commit

Permalink
doc: remove confusing and outdated sentence
Browse files Browse the repository at this point in the history
Remove confusing and outdated sentence in `doc/api/stream.md`.

Fixes: nodejs#55987
PR-URL: nodejs#55988
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
  • Loading branch information
lpinca authored and nodejs-github-bot committed Dec 4, 2024
1 parent b2c2744 commit 2323e09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -3846,8 +3846,6 @@ added: v8.0.0

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

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

Expand Down

0 comments on commit 2323e09

Please sign in to comment.