Skip to content

Commit

Permalink
lib: change wording in lib/domain.js comment
Browse files Browse the repository at this point in the history
Change the wording to make the language more Inclusive.

PR-URL: #37933
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
marsonya authored and targos committed May 1, 2021
1 parent a61fd37 commit 1d82693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/domain.js
Expand Up @@ -336,7 +336,7 @@ Domain.prototype.add = function(ee) {
ee.domain.remove(ee);

// Check for circular Domain->Domain links.
// This causes bad insanity!
// They cause big issues.
//
// For example:
// var d = domain.create();
Expand Down

0 comments on commit 1d82693

Please sign in to comment.