We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8916dd5 commit b9ac6d7Copy full SHA for b9ac6d7
doc/api/worker_threads.md
@@ -244,7 +244,7 @@ Notable differences inside a Worker environment are:
244
- The [`process.stdin`][], [`process.stdout`][] and [`process.stderr`][]
245
may be redirected by the parent thread.
246
- The [`require('worker_threads').isMainThread`][] property is set to `false`.
247
-- The [`require('worker_threads').parentPort`][] message port is available,
+- The [`require('worker_threads').parentPort`][] message port is available.
248
- [`process.exit()`][] does not stop the whole program, just the single thread,
249
and [`process.abort()`][] is not available.
250
- [`process.chdir()`][] and `process` methods that set group or user ids
0 commit comments