Skip to content

Commit 2861778

Browse files
marsonyaTrott
authored andcommittedApr 5, 2021
doc: change wording in doc/api/domain.md comment
Change the wording to make the language more Inclusive. PR-URL: #38044 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 17a527e commit 2861778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/domain.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const d = require('domain').create();
6969
d.on('error', (er) => {
7070
// The error won't crash the process, but what it does is worse!
7171
// Though we've prevented abrupt process restarting, we are leaking
72-
// resources like crazy if this ever happens.
72+
// a lot of resources if this ever happens.
7373
// This is no better than process.on('uncaughtException')!
7474
console.log(`error, but oh well ${er.message}`);
7575
});

0 commit comments

Comments
 (0)
Please sign in to comment.