diff --git a/rfcs/syntax-default-type-alias-type-parameters.md b/rfcs/syntax-default-type-alias-type-parameters.md index e4e81ca6..fcfc1c9e 100644 --- a/rfcs/syntax-default-type-alias-type-parameters.md +++ b/rfcs/syntax-default-type-alias-type-parameters.md @@ -50,6 +50,8 @@ Default type parameter values are also allowed for type packs: ```lua type A -- ok, variadic type pack type C -- ok, type pack with one element +type C -- ok, type pack with two elements +type C -- ok, type pack with no elements type D -- ok ```