docs(style): modify the bold format of -(3)yield

remove needless space char in **(3)yield* **
This commit is contained in:
Open Next
2017-12-13 15:33:14 +08:00
committed by GitHub
parent 465b82597a
commit 0213ffc1ab
+1 -1
View File
@@ -363,7 +363,7 @@ let arr = ['b', 'c'];
let arr = [...iterable];
```
**3yield\* **
**3yield\***
`yield*`后面跟的是一个可遍历的结构,它会调用该结构的遍历器接口。