Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-06-28 21:55:48 +0300
committerDaijiro Wachi <daijiro.wachi@gmail.com>2017-07-03 12:06:36 +0300
commit8b2c61c1698bb01fd54e78d27b90356606864f84 (patch)
tree7a188a225684cdd006aae485b34a6b95d8fa9b79 /doc/api/cluster.md
parent9955c30df34e4fc17282e0cbed13fa9dc483b5b5 (diff)
doc: fix api docs style
doc/api/cluster.md L337: Use the definition link doc/api/deprecations.md L106: Fix the definition link name doc/api/errors.md L901: Remove unused definition PR-URL: https://github.com/nodejs/node/pull/13970 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Cai <davidcai1993@yahoo.com>
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 721b33a7e18..e371583b3a7 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -334,7 +334,7 @@ added: v6.0.0
Set by calling `.kill()` or `.disconnect()`. Until then, it is `undefined`.
-The boolean `worker.exitedAfterDisconnect` allows distinguishing between
+The boolean [`worker.exitedAfterDisconnect`][] allows distinguishing between
voluntary and accidental exit, the master may choose not to respawn a worker
based on this value.