fixes increment typo

This commit is contained in:
Catherine Farman 2015-09-18 11:14:32 -04:00
parent df1d78d10f
commit b175e34478
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]
---*/