Skip to content

Commit 5d2f0d0

Browse files
marsonyatargos
authored andcommittedMay 1, 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 <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent b0f8f8d commit 5d2f0d0

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)