Skip to content

Commit 488983f

Browse files
committed
docs(symbol): edit symbol.species ruanyf#566
2 parents 649b297 + 8e39692 commit 488983f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/iterator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ let arr = ['b', 'c'];
363363
let arr = [...iterable];
364364
```
365365

366-
**(3)yield\* **
366+
**(3)yield\***
367367

368368
`yield*`后面跟的是一个可遍历的结构,它会调用该结构的遍历器接口。
369369

0 commit comments

Comments
 (0)