mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update docs/user-defined-type-functions.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
5620eb344e
commit
99547c7c18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue