Skip to content

Commit

Permalink
doc: fix link in cluster documentation
Browse files Browse the repository at this point in the history
PR-URL: #5068
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
TimothyGu authored and rvagg committed Feb 8, 2016
1 parent 7fa5959 commit dde1603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ server in a worker.

<!--type=misc-->

The worker processes are spawned using the [`child_process.fork`][] method,
The worker processes are spawned using the [`child_process.fork()`][] method,
so that they can communicate with the parent via IPC and pass server
handles back and forth.

Expand Down

0 comments on commit dde1603

Please sign in to comment.