Skip to content

Commit 93398be

Browse files
committed
concurrency
1 parent f83e774 commit 93398be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
4. [对象和数据结构](#对象和数据结构)
88
5. [](#类)
99
6. [测试](#测试)
10-
7. [并发](#concurrency)
10+
7. [并发](#并发)
1111
8. [错误处理](#error-handling)
1212
9. [格式化](#formatting)
1313
10. [评论](#comments)
@@ -1898,7 +1898,7 @@ describe('MakeMomentJSGreatAgain', () => {
18981898
```
18991899
**[⬆ 返回顶部](#代码整洁的-javascript)**
19001900

1901-
## **Concurrency**
1901+
## **并发**
19021902
### Use Promises, not callbacks
19031903
Callbacks aren't clean, and they cause excessive amounts of nesting. With ES2015/ES6,
19041904
Promises are a built-in global type. Use them!

0 commit comments

Comments
 (0)