From ac0563f97d94841342218b80e255f00fc9c8a330 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 4748b87..0530806 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -315,7 +315,7 @@ process. special.send('socket', socket); return; } - // just the usual dudes + // just the usual... normal.send('socket', socket); }); server.listen(1337); -- 2.7.4