Skip to content

Commit a61fd37

Browse files
marsonyatargos
authored andcommitted
lib: change wording in lib/internal/child_process comment
Change the wording to make the language more Inclusive. PR-URL: #37903 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 571afd3 commit a61fd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/internal/child_process.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ function setupChannel(target, channel, serializationMode) {
727727
// Non-serializable messages should not reach the remote
728728
// end point; as any failure in the stringification there
729729
// will result in error message that is weakly consumable.
730-
// So perform a sanity check on message prior to sending.
730+
// So perform a final check on message prior to sending.
731731
if (typeof message !== 'string' &&
732732
typeof message !== 'object' &&
733733
typeof message !== 'number' &&

0 commit comments

Comments
 (0)