diff --git a/docs/_pages/typecheck.md b/docs/_pages/typecheck.md index c4e5efe8..3580d66e 100644 --- a/docs/_pages/typecheck.md +++ b/docs/_pages/typecheck.md @@ -325,7 +325,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...) -> ()