Skip to content

Commit 60e491e

Browse files
committed
Removing the part already described in the note at the beginning.
1 parent 15d0f56 commit 60e491e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/en/other/timeouts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ specifically.
118118
`setTimeout` and `setInterval` can also take a string as their first parameter.
119119
This feature should **never** be used because it internally makes use of `eval`.
120120

121-
> **Note:** Since the timeout functions are **not** specified by the ECMAScript
122-
> standard, the exact workings when a string is passed to them might differ in
121+
> **Note:** The exact workings when a string is passed to them might differ in
123122
> various JavaScript implementations. For example, Microsoft's JScript uses
124123
> the `Function` constructor in place of `eval`.
125124

0 commit comments

Comments
 (0)