Fixed a list in the docs

This commit is contained in:
jos 2014-11-12 22:32:43 +01:00
parent 72a1b03850
commit 8e73778775

View File

@ -182,7 +182,9 @@ namespace `math.expression.node`.
`new AssignmentNode(name: string, expr: Node)`
#### Properties
- `name: string`<br>`expr: Node`
- `name: string`
- `expr: Node`
#### Syntax example
`a = 3`