Merge pull request #1643 from spaceinvadev/small-typo-in-comment

Fix small typo in comment
This commit is contained in:
Ilya Kantor 2019-12-01 12:44:35 +03:00 committed by GitHub
commit d3f2e8f207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}
```