Skip to content

Commit

Permalink
fixup: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Oct 1, 2019
1 parent 9fbf8a1 commit 4c56e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/streams/destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function needError(stream, err) {
}

// Undocumented cb() API, needed for core, not for public API.
// cb() well be invoked synchronously if _destroy is synchronous.
// The cb() will be invoked synchronously if _destroy is synchronous.
function destroy(err, cb) {
const r = this._readableState;
const w = this._writableState;
Expand Down

0 comments on commit 4c56e4c

Please sign in to comment.