Skip to content

Commit 2967126

Browse files
nodejhvsemozhetbyt
authored andcommitted
doc: fix comma of the list in worker_threads.md
PR-URL: #26838 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
1 parent 39f4158 commit 2967126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/worker_threads.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Notable differences inside a Worker environment are:
375375
- The [`process.stdin`][], [`process.stdout`][] and [`process.stderr`][]
376376
may be redirected by the parent thread.
377377
- The [`require('worker_threads').isMainThread`][] property is set to `false`.
378-
- The [`require('worker_threads').parentPort`][] message port is available,
378+
- The [`require('worker_threads').parentPort`][] message port is available.
379379
- [`process.exit()`][] does not stop the whole program, just the single thread,
380380
and [`process.abort()`][] is not available.
381381
- [`process.chdir()`][] and `process` methods that set group or user ids

0 commit comments

Comments
 (0)