We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c3273 commit 55adcb7Copy full SHA for 55adcb7
test/parallel/test-stream-toArray.js
@@ -67,7 +67,7 @@ const assert = require('assert');
67
}, {
68
name: 'AbortError',
69
}).then(common.mustCall(() => {
70
- // Only stops toArray, does not destory the stream
+ // Only stops toArray, does not destroy the stream
71
assert(stream.destroyed, false);
72
}));
73
ac.abort();
0 commit comments