0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

doc: remove 'dudes' from documentation

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
This commit is contained in:
James M Snell 2015-08-14 15:27:17 -07:00
parent a5b7852292
commit ac0563f97d

View 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);