Skip to content

Commit 977f5ac

Browse files
Trotttargos
authored andcommitted
doc: minor edit to worker_threads.md
Change "JS code" to "JavaScript". PR-URL: #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>
1 parent 5d992f5 commit 977f5ac

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
@@ -4,7 +4,7 @@
44

55
> Stability: 1 - Experimental
66
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
88
in parallel. To access it:
99

1010
```js

0 commit comments

Comments
 (0)