Skip to content

Commit

Permalink
update spec decorator property
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Jan 21, 2016
1 parent f98dd6c commit 370095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ast/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ A variable declarator.
```js
interface Decorator <: Node {
type: "Decorator";
value: Expression;
expression: Expression;
}
```

Expand Down

0 comments on commit 370095e

Please sign in to comment.