From 48e6ccf8c2ffa68973a9628ca3f8c04f8476b6e3 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 14 Aug 2015 15:27:17 -0700 Subject: [PATCH] doc: remove 'dudes' from documentation per: https://github.com/joyent/node/pull/25572#discussion_r33197896 Reviewed By: Sakthipriyan Vairamani PR-URL: https://github.com/nodejs/node/pull/2378 --- doc/api/child_process.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 2ef8f1b3b3ed91..690eb2772028e1 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -314,7 +314,7 @@ socket to a "special" child process. Other sockets will go to a "normal" process special.send('socket', socket); return; } - // just the usual dudes + // just the usual... normal.send('socket', socket); }); server.listen(1337);