From 61793d0a728fd7ac16463abd7fc2f5cc305d876b Mon Sep 17 00:00:00 2001 From: ffrostfall <80861876+ffrostfall@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:50:58 -0500 Subject: [PATCH] Update docs/metatable-type-functions.md Co-authored-by: ariel --- docs/metatable-type-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metatable-type-functions.md b/docs/metatable-type-functions.md index 20b2c32..87cef09 100644 --- a/docs/metatable-type-functions.md +++ b/docs/metatable-type-functions.md @@ -72,7 +72,7 @@ type MetatableType = getmetatable> ``` If the type passed into the type function doesn't have a metatable and it *could* have a metatable (so primitives, singletons, classes, and tables), then it will return nil. -If the type passed in is an intersection/union, then it will return an interesction/union respectively. +If the type passed in is an intersection or union, then it will return an intersection or union respectively. ## Drawbacks