Skip to content

Commit 26ef578

Browse files
committed
Address nits
1 parent 7aecab9 commit 26ef578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-event-emitter-prepend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ myEE.prependOnceListener('foo', common.mustCall(() => assert.equal(m++, 0)));
1818
myEE.emit('foo');
1919

2020

21-
// Test fail-back if prependListener is undefined
21+
// Test fallback if prependListener is undefined.
2222
const stream = require('stream');
2323
const util = require('util');
2424

0 commit comments

Comments
 (0)