Skip to content

Commit 55adcb7

Browse files
tniessenBethGriggs
authored andcommitted
test: fix typo in test-stream-toArray
Refs: #41553 PR-URL: #41634 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 89c3273 commit 55adcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-stream-toArray.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const assert = require('assert');
6767
}, {
6868
name: 'AbortError',
6969
}).then(common.mustCall(() => {
70-
// Only stops toArray, does not destory the stream
70+
// Only stops toArray, does not destroy the stream
7171
assert(stream.destroyed, false);
7272
}));
7373
ac.abort();

0 commit comments

Comments
 (0)