Skip to content

Commit

Permalink
doc: minor edit to worker_threads.md
Browse files Browse the repository at this point in the history
Change "JS code" to "JavaScript".

PR-URL: nodejs#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>
  • Loading branch information
Trott authored and targos committed Mar 27, 2019
1 parent 94a627d commit 6810a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6810a15

Please sign in to comment.