We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28425f8 + 48e1a64 commit 51fa144Copy full SHA for 51fa144
doc/en/other/timeouts.md
@@ -33,7 +33,7 @@ refers to the global object.
33
new Foo();
34
35
36
-> **Note:** As `setTimeout` takes a **function object** as its first parameter, an
+> **Note:** As `setTimeout` takes a **function object** as its first parameter, a
37
> common mistake is to use `setTimeout(foo(), 1000)`, which will use the
38
> **return value** of the call `foo` and **not** `foo`. This is, most of the time,
39
> a silent error, since when the function returns `undefined` `setTimeout` will
0 commit comments