0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

doc: fix link in cluster documentation

PR-URL: https://github.com/nodejs/node/pull/5068
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Timothy Gu 2016-02-03 18:33:39 -08:00 committed by James M Snell
parent 34f39670cf
commit ac0d92e4d1

View File

@ -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.