Skip to content

Commit eb98251

Browse files
committedAug 30, 2023
docs: perfect title
1 parent b106d73 commit eb98251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function fn(): Promise<number> {
4444
}
4545
```
4646

47-
## `Iterable<>`
47+
## `Iterable<T>`
4848

4949
对象只要部署了 Iterator 接口,就可以用`for...of`循环遍历。Generator 函数(生成器)返回的就是一个具有 Iterator 接口的对象。
5050

0 commit comments

Comments
 (0)