From ceeebe46eeb548ab3048f244a942973d9e8a2f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 8 Mar 2021 13:23:46 +0100 Subject: [PATCH] chore: fix decendents in runtime readme (#9718) --- runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/README.md b/runtime/README.md index 1056ac5b63..c9a733889c 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.