Skip to content

Commit 6902b62

Browse files
authored
fix: typo (#1107)
1 parent 3152c5b commit 6902b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-error-handling/2-custom-errors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ try {
173173
} else if (err instanceof SyntaxError) {
174174
alert("JSON Syntax Error: " + err.message);
175175
} else {
176-
throw err; // 为止 error,将其再次抛出
176+
throw err; // 未知 error,将其再次抛出
177177
}
178178
}
179179
```

0 commit comments

Comments
 (0)