doc: remove 'dudes' from documentation
authorJames M Snell <jasnell@gmail.com>
Fri, 14 Aug 2015 22:27:17 +0000 (15:27 -0700)
committerJames M Snell <jasnell@gmail.com>
Wed, 26 Aug 2015 01:52:32 +0000 (18:52 -0700)
per: https://github.com/joyent/node/pull/25572#discussion_r33197896

Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/2378

doc/api/child_process.markdown

index 4748b874dff0f7c1b9f56fc40e64549fb504b6ce..05308068a98e88d5a852034f5be9bcff2091e98e 100644 (file)
@@ -315,7 +315,7 @@ process.
         special.send('socket', socket);
         return;
       }
-      // just the usual dudes
+      // just the usual...
       normal.send('socket', socket);
     });
     server.listen(1337);