From b6e15003f77c3c3c4fef7741b3c80a42c123808a Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Wed, 2 Mar 2022 03:36:13 -0800 Subject: [PATCH] Update docs/_posts/2022-02-28-luau-recap-february-2022.md Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com> --- docs/_posts/2022-02-28-luau-recap-february-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2022-02-28-luau-recap-february-2022.md b/docs/_posts/2022-02-28-luau-recap-february-2022.md index 5d30b44e..412217df 100644 --- a/docs/_posts/2022-02-28-luau-recap-february-2022.md +++ b/docs/_posts/2022-02-28-luau-recap-february-2022.md @@ -9,7 +9,7 @@ Luau is our new language that you can read more about at [https://luau-lang.org] ## Default type alias type parameters -We have introduced a syntax to provide default type values inside the type alias type parameter list. +We have introduced a syntax to provide default type arguments inside the type alias type parameter list. It is now possible to have type functions where the instantiation can omit some type arguments.