From 6bd33dde62177a9a90beda8dd85796837aa89c5c Mon Sep 17 00:00:00 2001 From: Hang Jiang Date: Thu, 21 Mar 2019 20:47:00 +0800 Subject: [PATCH] doc: fix comma of the list in worker_threads.md PR-URL: https://github.com/nodejs/node/pull/26838 Reviewed-By: Rich Trott Reviewed-By: Masashi Hirano Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt --- doc/api/worker_threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index ed4574ef441dd5..3f4fd23716fb7a 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -244,7 +244,7 @@ Notable differences inside a Worker environment are: - The [`process.stdin`][], [`process.stdout`][] and [`process.stderr`][] may be redirected by the parent thread. - The [`require('worker_threads').isMainThread`][] property is set to `false`. -- The [`require('worker_threads').parentPort`][] message port is available, +- The [`require('worker_threads').parentPort`][] message port is available. - [`process.exit()`][] does not stop the whole program, just the single thread, and [`process.abort()`][] is not available. - [`process.chdir()`][] and `process` methods that set group or user ids