mirror of https://github.com/nodejs/node.git
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/2378pull/2378/merge
parent
a5b7852292
commit
ac0563f97d
|
@ -315,7 +315,7 @@ process.
|
||||||
special.send('socket', socket);
|
special.send('socket', socket);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// just the usual dudes
|
// just the usual...
|
||||||
normal.send('socket', socket);
|
normal.send('socket', socket);
|
||||||
});
|
});
|
||||||
server.listen(1337);
|
server.listen(1337);
|
||||||
|
|
Loading…
Reference in New Issue