Skip to content

Commit b9ac6d7

Browse files
nodejhBethGriggs
authored andcommitted
doc: fix comma of the list in worker_threads.md
PR-URL: #26838 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Masashi Hirano <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 8916dd5 commit b9ac6d7

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

0 commit comments

Comments
 (0)