Skip to content

Commit dcacca7

Browse files
authored
fix: typo
1 parent c136e5d commit dcacca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-error-handling/1-try-catch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ try {
457457
如果它存在,它在所有情况下都会被执行:
458458

459459
- `try` 之后,如果没有 error,
460-
- `catch` 之后,如果没有 error。
460+
- `catch` 之后,如果有 error。
461461

462462
该扩展语法如下所示:
463463

0 commit comments

Comments
 (0)