diff --git a/doc/api/stream.md b/doc/api/stream.md index 02049a262b7282..c8f1e2b528c7dc 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -3836,8 +3836,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)`