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 a1e122b commit f99b0d0Copy full SHA for f99b0d0
test/parallel/test-stream-toArray.js
@@ -69,7 +69,7 @@ const assert = require('assert');
69
}, {
70
name: 'AbortError',
71
}).then(common.mustCall(() => {
72
- // Only stops toArray, does not destory the stream
+ // Only stops toArray, does not destroy the stream
73
assert(stream.destroyed, false);
74
}));
75
ac.abort();
0 commit comments