Skip to content

Commit

Permalink
chore: fix decendents in runtime readme (denoland#9718)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Mar 8, 2021
1 parent 3ec9a9b commit ceeebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ceeebe4

Please sign in to comment.