Update docs/user-defined-type-functions.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
Junseo Yoo 2024-07-18 12:20:52 -07:00 committed by GitHub
parent 5620eb344e
commit 99547c7c18
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ The expected outcome is a more versatile type system that can adapt to a wider r
## Design ## Design
Type functions wil be defined with the following syntax: Type functions will be defined with the following syntax:
```luau ```luau
type function f(...) type function f(...)
-- implementation of the type function -- implementation of the type function