Skip to content

Commit c7b34cd

Browse files
nodejhtargos
authored andcommittedMar 27, 2019
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 bff5d30 commit c7b34cd

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
@@ -351,7 +351,7 @@ Notable differences inside a Worker environment are:
351351
- The [`process.stdin`][], [`process.stdout`][] and [`process.stderr`][]
352352
may be redirected by the parent thread.
353353
- The [`require('worker_threads').isMainThread`][] property is set to `false`.
354-
- The [`require('worker_threads').parentPort`][] message port is available,
354+
- The [`require('worker_threads').parentPort`][] message port is available.
355355
- [`process.exit()`][] does not stop the whole program, just the single thread,
356356
and [`process.abort()`][] is not available.
357357
- [`process.chdir()`][] and `process` methods that set group or user ids

0 commit comments

Comments
 (0)