Fix 11.13.1-4-29gs.js incorrect comment explanation

SyntaxError => TypeError for writing to a non-writeable field.

Fixes #372
This commit is contained in:
Thomas Wood 2015-07-15 20:27:52 +01:00
parent 29e247ddd4
commit 7c97bb1e93
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
/// copyright and this notice and otherwise comply with the Use Terms.
/**
* @path ch11/11.13/11.13.1/11.13.1-4-29gs.js
* @description Strict Mode - SyntaxError is thrown if the identifier 'Math.PI' appears as the LeftHandSideExpression of simple assignment(=)
* @description Strict Mode - TypeError is thrown if the identifier 'Math.PI' appears as the LeftHandSideExpression of simple assignment(=)
* @onlyStrict
* @negative .
*/