We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the docs for clusters, there is a missing '. It says:
'
Within a worker, process.on('message) may also be used.
process.on('message)
It should say:
Within a worker, process.on('message') may also be used.
process.on('message')
That's it.
The text was updated successfully, but these errors were encountered:
doc: fix minor typo in cluster.md
c5521fa
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>
Landed in c5521fa
Sorry, something went wrong.
e055255
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>
d2121ab
No branches or pull requests
In the docs for clusters, there is a missing
'
. It says:It should say:
That's it.
The text was updated successfully, but these errors were encountered: