update spec decorator property

This commit is contained in:
Henry Zhu 2016-01-20 23:17:45 -05:00
parent f98dd6c76d
commit 370095e866

View File

@ -522,7 +522,7 @@ A variable declarator.
```js
interface Decorator <: Node {
type: "Decorator";
value: Expression;
expression: Expression;
}
```