Skip to content

Commit 7f65d8b

Browse files
committed
docs: fix wangdoc#158
1 parent 4e1e7dd commit 7f65d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ result
406406

407407
上面代码中,`catch`代码块结束执行之前,会先执行`finally`代码块。
408408

409-
`catch`代码块之中,触发转入`finally`代码快的标志,不仅有`return`语句,还有`throw`语句。
409+
`catch`代码块之中,触发转入`finally`代码块的标志,不仅有`return`语句,还有`throw`语句。
410410

411411
```javascript
412412
function f() {

0 commit comments

Comments
 (0)