diff options
author | Roman Reiss <me@silverwind.io> | 2016-11-11 21:29:01 +0100 |
---|---|---|
committer | Roman Reiss <me@silverwind.io> | 2016-11-13 08:58:13 +0100 |
commit | 8eb19c48fa8f69e284a04a02cfd16f06c67f51e0 (patch) | |
tree | 8d4b7df977f51d64b50400864760765797f58c47 /doc/api/cluster.md | |
parent | 4b35f25bfaa19477237c0e19115e12b22dc7c6ff (diff) | |
download | node-new-8eb19c48fa8f69e284a04a02cfd16f06c67f51e0.tar.gz |
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.md | 2 |
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. |