mirror of https://github.com/nodejs/node.git
doc: minor edit to worker_threads.md
Change "JS code" to "JavaScript". PR-URL: https://github.com/nodejs/node/pull/26870 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>pull/26895/head
parent
4ba33c90c6
commit
1ac88f4b44
|
@ -4,7 +4,7 @@
|
|||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
The `worker_threads` module enables the use of threads that execute JS code
|
||||
The `worker_threads` module enables the use of threads that execute JavaScript
|
||||
in parallel. To access it:
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in New Issue