Update docs/_posts/2022-02-28-luau-recap-february-2022.md

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
vegorov-rbx 2022-03-02 03:36:13 -08:00 committed by GitHub
parent 861e3f7cdb
commit b6e15003f7
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.