doc: remove confusing and outdated sentence · nodejs/node@474bf80

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