Skip to content

Commit

Permalink
Address nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Apr 19, 2016
1 parent 7aecab9 commit 26ef578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-event-emitter-prepend.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ myEE.prependOnceListener('foo', common.mustCall(() => assert.equal(m++, 0)));
myEE.emit('foo');


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

Expand Down

0 comments on commit 26ef578

Please sign in to comment.