Merge pull request #1670 from siddtheone/patch-1

Spell correction
This commit is contained in:
Alexey Pyltsyn 2019-12-19 23:15:25 +03:00 committed by GitHub
commit e92bb83e99
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 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.
```