Merge pull request #432 from cfarm/increment-typo

fixes increment typo
This commit is contained in:
Brian Terlson 2015-09-18 10:53:14 -07:00
commit 0d9733e93b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
es5id: 11.4.5-2-2gs
description: >
Strict Mode - SyntaxError is throw if the UnaryExpression operated
upon by a Prefix Increment operator(--arguments)
upon by a Prefix Decrement operator(--arguments)
negative: SyntaxError
flags: [onlyStrict]
---*/