lib: change wording in lib/domain.js comment

Change the wording to make the language more Inclusive.

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Akhil Marsonya 2021-03-26 23:51:56 +05:30 committed by Michaël Zasso
parent a61fd37786
commit 1d8269302e
No known key found for this signature in database
GPG Key ID: 770F7A9A5AE15600

View File

@ -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();