Skip to content

Commit 8525231

Browse files
marsonyaMylesBorins
authored andcommitted
lib: change wording in lib/domain.js comment
Change the wording to make the language more Inclusive. PR-URL: #37933 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 21e399b commit 8525231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/domain.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Domain.prototype.add = function(ee) {
336336
ee.domain.remove(ee);
337337

338338
// Check for circular Domain->Domain links.
339-
// This causes bad insanity!
339+
// They cause big issues.
340340
//
341341
// For example:
342342
// var d = domain.create();

0 commit comments

Comments
 (0)