Skip to content

Commit e0eb515

Browse files
marsonyajasnell
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 08f051f commit e0eb515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/domain.js

Lines changed: 1 addition & 1 deletion
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)