rollup merge of #19396: kulakowski/patch-1
This commit is contained in:
commit
2af097da0d
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ The two values of the boolean type are written `true` and `false`.
|
||||||
### Symbols
|
### Symbols
|
||||||
|
|
||||||
```{.ebnf .gram}
|
```{.ebnf .gram}
|
||||||
symbol : "::" "->"
|
symbol : "::" | "->"
|
||||||
| '#' | '[' | ']' | '(' | ')' | '{' | '}'
|
| '#' | '[' | ']' | '(' | ')' | '{' | '}'
|
||||||
| ',' | ';' ;
|
| ',' | ';' ;
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue