Fix English Grammar

This commit is contained in:
Vivekraj 2019-07-22 20:42:10 +05:30 committed by GitHub
parent 8319c71e03
commit 2d748b976d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ let timerId = setTimeout(function request() {
```
And if we the functions that we're scheduling are CPU-hungry, then we can measure the time taken by the execution and plan the next call sooner or later.
And if the functions that we're scheduling are CPU-hungry, 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.**