From 99547c7c18633f099fc46eb4496b6c23e05363e1 Mon Sep 17 00:00:00 2001 From: Junseo Yoo <59751754+joonyoo181@users.noreply.github.com> Date: Thu, 18 Jul 2024 12:20:52 -0700 Subject: [PATCH] Update docs/user-defined-type-functions.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- docs/user-defined-type-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-defined-type-functions.md b/docs/user-defined-type-functions.md index 616a09c..fbbb6b4 100644 --- a/docs/user-defined-type-functions.md +++ b/docs/user-defined-type-functions.md @@ -15,7 +15,7 @@ The expected outcome is a more versatile type system that can adapt to a wider r ## Design -Type functions wil be defined with the following syntax: +Type functions will be defined with the following syntax: ```luau type function f(...) -- implementation of the type function