Skip to content

Commit b4f143d

Browse files
committed
fix typo
1 parent 143bda7 commit b4f143d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zh/other/timeouts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
setInterval(foo, 1000);
4444

45-
上面代码中,`foo` 会执行一次随后被阻塞了一分钟
45+
上面代码中,`foo` 会执行一次随后被阻塞了一秒钟
4646

4747
`foo` 被阻塞的时候,`setInterval` 仍然在组织将来对回调函数的调用。
4848
因此,当第一次 `foo` 函数调用结束时,已经有 **10** 次函数调用在等待执行。

0 commit comments

Comments
 (0)