diff --git a/docs/_pages/typecheck.md b/docs/_pages/typecheck.md index cc2a13eb..68415de9 100644 --- a/docs/_pages/typecheck.md +++ b/docs/_pages/typecheck.md @@ -323,7 +323,7 @@ type C = A -- with a generic type pack type D = A -- with an empty type pack ``` -Trailing type packs arguments can also be provided without parentheses as variadic type arguments: +Trailing type pack argument can also be provided without parentheses by specifying variadic type arguments: ```lua type List = (Head, Rest...) -> ()