Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit a479da4

Browse files
committed
Fix readme error.
1 parent 9c63579 commit a479da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ pool.exec().then((data) => console.log(data));
131131

132132
## APIs
133133

134+
### `TaskPool`
135+
134136
#### 构造函数
135137

136138
- `constructor()`
@@ -141,8 +143,6 @@ pool.exec().then((data) => console.log(data));
141143

142144
#### 类方法
143145

144-
### `TaskPool`
145-
146146
- `exec(): Promise<any[]>`
147147

148148
执行任务池中的任务。

0 commit comments

Comments
 (0)