diff options
-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. |