rollup merge of #19396: kulakowski/patch-1

This commit is contained in:
Corey Richardson 2014-12-05 10:06:45 -08:00
commit 2af097da0d

View File

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