Skip to content

Commit f7866a7

Browse files
committed
Merge pull request BonsaiDen#222 from linkarys/master
fix typo
2 parents 4cc1273 + b4f143d commit f7866a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/zh/other/timeouts.md

Lines changed: 1 addition & 1 deletion
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)