Fix small typo in example comment

This commit is contained in:
Space Invadev 2019-11-30 15:46:31 -05:00
parent d0b0a4aba4
commit bada753853

View file

@ -298,7 +298,7 @@ try {
*!*
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
}
```