diff options
author | Tobias Nießen <tniessen@users.noreply.github.com> | 2021-03-08 13:23:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 13:23:46 +0100 |
commit | ceeebe46eeb548ab3048f244a942973d9e8a2f41 (patch) | |
tree | 965938ed25bd8ad2269ca2099ed90974506709c1 /runtime/README.md | |
parent | 3ec9a9bfe4137f57df648ec5664725f96c9ef8d4 (diff) |
chore: fix decendents in runtime readme (#9718)
Diffstat (limited to 'runtime/README.md')
-rw-r--r-- | runtime/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/README.md b/runtime/README.md index 1056ac5b6..c9a733889 100644 --- a/runtime/README.md +++ b/runtime/README.md @@ -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. |