Spell correction

This commit is contained in:
siddtheone 2019-12-10 16:17:57 +05:30 committed by GitHub
parent 524d598846
commit 79bf6265eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,5 +335,5 @@ That's a way to run code in another, parallel thread.
Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop. Web Workers can exchange messages with the main process, but they have their own variables, and their own event loop.
Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiplle CPU cores simultaneously. Web Workers do not have access to DOM, so they are useful, mainly, for calculations, to use multiple CPU cores simultaneously.
``` ```