original) (raw)
doc: minor edit to worker_threads.md · nodejs/node@977f5ac (Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 977f5ac
authored and
committed
doc: minor edit to worker_threads.md
Change "JS code" to "JavaScript". PR-URL: #26870Reviewed-By: Vse Mozhet Byt vsemozhetbyt@gmail.com Reviewed-By: Anto Aravinth anto.aravinth.cse@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -4,7 +4,7 @@ | ||
4 | 4 | |
5 | 5 | > Stability: 1 - Experimental |
6 | 6 | |
7 | -The `worker_threads` module enables the use of threads that execute JS code | |
7 | +The `worker_threads` module enables the use of threads that execute JavaScript | |
8 | 8 | in parallel. To access it: |
9 | 9 | |
10 | 10 | ```js |