Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: fix typo in code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 11, 2011
1 parent 53c163c commit 49c3a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_processes.markdown
Expand Up @@ -241,7 +241,7 @@ processes:

process.on('message', function(m, serverHandle) {
if (serverHandle) {
var server = require('child_process').createServer();
var server = require('net').createServer();
server.listen(serverHandle);
}
});
Expand Down

0 comments on commit 49c3a91

Please sign in to comment.