mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 19:11:00 +01:00
Fix grammar slightly
Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
parent
ba38a41ef1
commit
5da2a33380
1 changed files with 1 additions and 1 deletions
|
@ -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 `)`
|
||||
|
|
Loading…
Add table
Reference in a new issue