Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster Documentation: Missing ' #14352

Closed
pmaxhogan opened this issue Jul 18, 2017 · 1 comment
Closed

Cluster Documentation: Missing ' #14352

pmaxhogan opened this issue Jul 18, 2017 · 1 comment
Labels
cluster Issues and PRs related to the cluster subsystem. doc Issues and PRs related to the documentations.

Comments

@pmaxhogan
Copy link

In the docs for clusters, there is a missing '. It says:

Within a worker, process.on('message) may also be used.

It should say:

Within a worker, process.on('message') may also be used.

That's it.

@vsemozhetbyt vsemozhetbyt added cluster Issues and PRs related to the cluster subsystem. doc Issues and PRs related to the documentations. good first issue Issues that are suitable for first-time contributors. labels Jul 18, 2017
@vsemozhetbyt vsemozhetbyt removed the good first issue Issues that are suitable for first-time contributors. label Jul 18, 2017
Trott pushed a commit to Trott/io.js that referenced this issue Jul 19, 2017
Adds a missing `'` in code example.

PR-URL: nodejs#14353
Fixes: nodejs#14352
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
@lance
Copy link
Member

lance commented Jul 19, 2017

Landed in c5521fa

@lance lance closed this as completed Jul 19, 2017
addaleax pushed a commit that referenced this issue Jul 22, 2017
Adds a missing `'` in code example.

PR-URL: #14353
Fixes: #14352
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Fishrock123 pushed a commit that referenced this issue Jul 24, 2017
Adds a missing `'` in code example.

PR-URL: #14353
Fixes: #14352
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster Issues and PRs related to the cluster subsystem. doc Issues and PRs related to the documentations.
Projects
None yet
Development

No branches or pull requests

3 participants