mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: fix decendents in runtime readme (#9718)
This commit is contained in:
parent
3ec9a9bfe4
commit
ceeebe46ee
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ implemented using `WebWorker` structure.
|
|||
When creating a new instance of `MainWorker` implementors must provide a
|
||||
callback function that is used when creating a new instance of `Worker`.
|
||||
|
||||
All `WebWorker` instances are decendents of `MainWorker` which is responsible
|
||||
All `WebWorker` instances are descendents of `MainWorker` which is responsible
|
||||
for setting up communication with child worker. Each `WebWorker` spawns a new OS
|
||||
thread that is dedicated solely to that worker.
|
||||
|
|
Loading…
Reference in a new issue