We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbf8a1 commit 4c56e4cCopy full SHA for 4c56e4c
lib/internal/streams/destroy.js
@@ -23,7 +23,7 @@ function needError(stream, err) {
23
}
24
25
// Undocumented cb() API, needed for core, not for public API.
26
-// cb() well be invoked synchronously if _destroy is synchronous.
+// The cb() will be invoked synchronously if _destroy is synchronous.
27
function destroy(err, cb) {
28
const r = this._readableState;
29
const w = this._writableState;
0 commit comments