chore: fix decendents in runtime readme (#9718)

This commit is contained in:
Tobias Nießen 2021-03-08 13:23:46 +01:00 committed by GitHub
parent 3ec9a9bfe4
commit ceeebe46ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.