Skip to content

Commit

Permalink
lib: "iff" changed to "if and only if"
Browse files Browse the repository at this point in the history
PR-URL: #13496
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
jonsey247 authored and refack committed Jun 6, 2017
1 parent a4444c5 commit afc59a9
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 iff 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 afc59a9

Please sign in to comment.