mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update docs/_pages/grammar.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
407247df97
commit
a1e36e7a28
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ GenericTypeList = NAME [',' GenericTypeList] | GenericTypePackParameter {',' Gen
|
|||
|
||||
GenericTypePackParameterWithDefault = NAME '...' '=' (TypePack | VariadicTypePack | GenericTypePack)
|
||||
GenericTypeListWithDefaults =
|
||||
GenericTypeList |
|
||||
GenericTypeList {',' GenericTypePackParameterWithDefault} |
|
||||
NAME {',' NAME} {',' NAME '=' Type} {',' GenericTypePackParameterWithDefault} |
|
||||
NAME '=' Type {',' GenericTypePackParameterWithDefault} |
|
||||
GenericTypePackParameterWithDefault {',' GenericTypePackParameterWithDefault}
|
||||
|
|
Loading…
Add table
Reference in a new issue