Fixed a typo in article.md
execition --> execution
This commit is contained in:
parent
5b4ea88f4a
commit
16013026db
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ let timerId = setTimeout(function request() {
|
|||
```
|
||||
|
||||
|
||||
And if we regulary have CPU-hungry tasks, then we can measure the time taken by the execition and plan the next call sooner or later.
|
||||
And if we regulary have CPU-hungry tasks, then we can measure the time taken by the execution and plan the next call sooner or later.
|
||||
|
||||
**Recursive `setTimeout` guarantees a delay between the executions, `setInterval` -- does not.**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue