Skip to content

Commit 05ce308

Browse files
tniessenLinkgoron
authored andcommitted
test: fix typo in test-stream-toArray
Refs: nodejs#41553 PR-URL: nodejs#41634 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent a31e11b commit 05ce308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-stream-toArray.js

Lines changed: 1 addition & 1 deletion
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)