From d3f66f9fe3278c207409a55be40e8d19b6bd2591 Mon Sep 17 00:00:00 2001 From: ffrostfall <80861876+ffrostfall@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:50:50 -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 3744a4b..20b2c32 100644 --- a/docs/metatable-type-functions.md +++ b/docs/metatable-type-functions.md @@ -44,7 +44,7 @@ type Identity = setmetatable<{ ``` When a non-table type (number, boolean) is passed into the type function, it should result in an error. This includes classes. -If the type is an intersection/union of tables, then the metatable should be applied to every +If the type is an intersection or union of tables, then the metatable should be applied to every component type. ### `getmetatable` Type Function