File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ added: v8.0.0
370
370
* Returns: {this}
371
371
372
372
Destroy the stream. Optionally emit an ` 'error' ` event, and emit a ` 'close' `
373
- event unless ` emitClose ` is set in ` false ` . After this call, the writable
373
+ event ( unless ` emitClose ` is set to ` false ` ) . After this call, the writable
374
374
stream has ended and subsequent calls to ` write() ` or ` end() ` will result in
375
375
an ` ERR_STREAM_DESTROYED ` error.
376
376
This is a destructive and immediate way to destroy a stream. Previous calls to
@@ -919,7 +919,7 @@ added: v8.0.0
919
919
* Returns: {this}
920
920
921
921
Destroy the stream. Optionally emit an ` 'error' ` event, and emit a ` 'close' `
922
- event unless ` emitClose ` is set in ` false ` . After this call, the readable
922
+ event ( unless ` emitClose ` is set to ` false ` ) . After this call, the readable
923
923
stream will release any internal resources and subsequent calls to ` push() `
924
924
will be ignored.
925
925
Implementors should not override this method, but instead implement
You can’t perform that action at this time.
0 commit comments