X Tutup
The Wayback Machine - https://web.archive.org/web/20230218081819/https://github.com/nodejs/node/commit/1d8269302e
Skip to content
Permalink
Browse files
lib: change wording in lib/domain.js comment
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.
@@ -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();

0 comments on commit 1d82693

Please sign in to comment.
X Tutup