Fix typo in reference.md

This commit is contained in:
kulakowski 2014-11-29 01:38:32 -06:00
parent 29e928f2ba
commit 9460d1744f

View File

@ -522,7 +522,7 @@ The two values of the boolean type are written `true` and `false`.
### Symbols
```{.ebnf .gram}
symbol : "::" "->"
symbol : "::" | "->"
| '#' | '[' | ']' | '(' | ')' | '{' | '}'
| ',' | ';' ;
```