Skip to content

Commit 814c601

Browse files
committed
Updates basic/nextTick-setTimeout.md
Auto commit by GitBook Editor
1 parent 9657b13 commit 814c601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic/nextTick-setTimeout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
You shouldn’t necessarily be concerned about the order of operations in this regard though in my estimation.
1919
```
2020
但是在node.js 最新版本(8.2.1),setTimeout都比setImmediate先执行。
21-
```
21+
```javascript
2222
var res = [];
2323

2424
setImmediate(function() {

0 commit comments

Comments
 (0)