Skip to content

Commit

Permalink
doc: remove 'dudes' from documentation
Browse files Browse the repository at this point in the history
per: nodejs/node-v0.x-archive#25572 (comment)

Reviewed By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #2378
  • Loading branch information
jasnell committed Aug 26, 2015
1 parent a5b7852 commit ac0563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ process.
special.send('socket', socket);
return;
}
// just the usual dudes
// just the usual...
normal.send('socket', socket);
});
server.listen(1337);
Expand Down

0 comments on commit ac0563f

Please sign in to comment.