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 <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
jonsey247 authored and MylesBorins committed Jul 17, 2017
1 parent 0d35bcd commit 1026718
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 @@ -311,7 +311,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 1026718

Please sign in to comment.