Fix grammar slightly

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
aaron 2024-10-28 14:47:17 -07:00 committed by GitHub
parent ba38a41ef1
commit 5da2a33380
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ We propose to allow users to write such a type. Formally:
```ebnf
ty ::= `~` ty
| name [`<` [ty] {`,` ty} `>`]
| name [`<` [ty {`,` ty}] `>`]
| ty {`|` ty}
| ty {`&` ty}
| `(` ty `)`