summaryrefslogtreecommitdiff
path: root/doc/api/cluster.md
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2016-11-11 21:29:01 +0100
committerRoman Reiss <me@silverwind.io>2016-11-13 08:58:13 +0100
commit8eb19c48fa8f69e284a04a02cfd16f06c67f51e0 (patch)
tree8d4b7df977f51d64b50400864760765797f58c47 /doc/api/cluster.md
parent4b35f25bfaa19477237c0e19115e12b22dc7c6ff (diff)
downloadandroid-node-v8-8eb19c48fa8f69e284a04a02cfd16f06c67f51e0.tar.gz
android-node-v8-8eb19c48fa8f69e284a04a02cfd16f06c67f51e0.tar.bz2
android-node-v8-8eb19c48fa8f69e284a04a02cfd16f06c67f51e0.zip
doc: consistent 'Returns:'
For consistency, changed all `Return:` to `Returns:` in the API docs. PR-URL: https://github.com/nodejs/node/pull/9554 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.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 07fdfb6745..c323282d0f 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -414,7 +414,7 @@ added: v0.7.0
* `message` {Object}
* `sendHandle` {Handle}
* `callback` {Function}
-* Return: Boolean
+* Returns: Boolean
Send a message to a worker or master, optionally with a handle.