Fix small typo in example comment
This commit is contained in:
parent
d0b0a4aba4
commit
bada753853
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ try {
|
||||||
*!*
|
*!*
|
||||||
alert(e.name); // SyntaxError
|
alert(e.name); // SyntaxError
|
||||||
*/!*
|
*/!*
|
||||||
alert(e.message); // Unexpected token o in JSON at position 2
|
alert(e.message); // Unexpected token b in JSON at position 2
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue