Skip to content

Commit

Permalink
events: - line nodejs#354 - "iff" changed to "if and only if".
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsey247 committed Jun 6, 2017
1 parent 4cc31c0 commit ca72caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ EventEmitter.prototype.prependOnceListener =
return this;
};

// emits a 'removeListener' event if the listener was removed
// emits a 'removeListener' event if and only if the listener was removed
EventEmitter.prototype.removeListener =
function removeListener(type, listener) {
var list, events, position, i, originalListener;
Expand Down

0 comments on commit ca72caf

Please sign in to comment.