Skip to content

Commit 4c56e4c

Browse files
committed
fixup: typo
1 parent 9fbf8a1 commit 4c56e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/streams/destroy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function needError(stream, err) {
2323
}
2424

2525
// Undocumented cb() API, needed for core, not for public API.
26-
// cb() well be invoked synchronously if _destroy is synchronous.
26+
// The cb() will be invoked synchronously if _destroy is synchronous.
2727
function destroy(err, cb) {
2828
const r = this._readableState;
2929
const w = this._writableState;

0 commit comments

Comments
 (0)