Merge pull request #373 from edgemaster/pr372-es5

Fix 11.13.1-4-29gs.js incorrect comment explanation (es5)
This commit is contained in:
Brian Terlson 2015-07-15 12:45:26 -07:00
commit 7da91bceb9
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 .
*/