Skip to content

Commit 21e399b

Browse files
marsonyaMylesBorins
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 <[email protected]> Reviewed-By: Pooja D P <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 6cc1e15 commit 21e399b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/child_process.js

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

0 commit comments

Comments
 (0)