The Wayback Machine - https://web.archive.org/web/20250407172905/https://github.com/nodejs/node/commit/82fd0e192f
Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Commit 82fd0e1

Browse filesBrowse files
YutamaKotaroMylesBorins
authored andcommitted
doc: fix typo about cluster doc, (eg. -> e.g.)
Fixes: nodejs/code-and-learn#58 PR-URL: #9568 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
1 parent 1bbc2c6 commit 82fd0e1
Copy full SHA for 82fd0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/api/cluster.md

Copy file name to clipboardexpand all lines: doc/api/cluster.md
+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ added: v0.11.2
144144
-->
145145

146146
* `code` {Number} the exit code, if it exited normally.
147-
* `signal` {String} the name of the signal (eg. `'SIGHUP'`) that caused
147+
* `signal` {String} the name of the signal (e.g. `'SIGHUP'`) that caused
148148
the process to be killed.
149149

150150
Similar to the `cluster.on('exit')` event, but specific to this worker.
@@ -496,7 +496,7 @@ added: v0.7.9
496496

497497
* `worker` {cluster.Worker}
498498
* `code` {Number} the exit code, if it exited normally.
499-
* `signal` {String} the name of the signal (eg. `'SIGHUP'`) that caused
499+
* `signal` {String} the name of the signal (e.g. `'SIGHUP'`) that caused
500500
the process to be killed.
501501

502502
When any of the workers die the cluster module will emit the `'exit'` event.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.