Skip to content

Commit b3fb909

Browse files
jonsey247jasnell
authored andcommitted
lib: "iff" changed to "if and only if"
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]>
1 parent ffa7deb commit b3fb909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/events.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ EventEmitter.prototype.prependOnceListener =
351351
return this;
352352
};
353353

354-
// emits a 'removeListener' event iff the listener was removed
354+
// Emits a 'removeListener' event if and only if the listener was removed.
355355
EventEmitter.prototype.removeListener =
356356
function removeListener(type, listener) {
357357
var list, events, position, i, originalListener;

0 commit comments

Comments
 (0)