Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup: typo
  • Loading branch information
ronag committed Oct 1, 2019
commit 4c56e4cd7222bf5374503dacd018eaed78d07ab1
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