Skip to content

Commit

Permalink
Sort the links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karnav123 committed May 26, 2023
1 parent 1dedac1 commit 817ad68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -1093,9 +1093,9 @@ for (const worker of Object.values(cluster.workers)) {
[`.setupPrimary()`]: #clustersetupprimarysettings
[`ChildProcess.send()`]: child_process.md#subprocesssendmessage-sendhandle-options-callback
[`child_process.fork()`]: child_process.md#child_processforkmodulepath-args-options
[`child_process.spawn()`]: child_process.md#child_processspawncommand-args-options
[`child_process` event: `'exit'`]: child_process.md#event-exit
[`child_process` event: `'message'`]: child_process.md#event-message
[`child_process.spawn()`]: child_process.md#child_processspawncommand-args-options
[`cluster.isPrimary`]: #clusterisprimary
[`cluster.settings`]: #clustersettings
[`disconnect()`]: child_process.md#subprocessdisconnect
Expand Down

0 comments on commit 817ad68

Please sign in to comment.