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 7aecab9 commit 26ef578Copy full SHA for 26ef578
test/parallel/test-event-emitter-prepend.js
@@ -18,7 +18,7 @@ myEE.prependOnceListener('foo', common.mustCall(() => assert.equal(m++, 0)));
18
myEE.emit('foo');
19
20
21
-// Test fail-back if prependListener is undefined
+// Test fallback if prependListener is undefined.
22
const stream = require('stream');
23
const util = require('util');
24
0 commit comments