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 authored and rvagg committed Aug 26, 2015
1 parent b5d68f8 commit 48e6ccf
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 @@ -314,7 +314,7 @@ socket to a "special" child process. Other sockets will go to a "normal" process
special.send('socket', socket);
return;
}
// just the usual dudes
// just the usual...
normal.send('socket', socket);
});
server.listen(1337);
Expand Down

1 comment on commit 48e6ccf

@thatsanicehat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[redacted due to being a generally caring person]

Please sign in to comment.