From 3b300aa18a428b7b5175525780e10ab5eb49f577 Mon Sep 17 00:00:00 2001 From: witchiest <62822174+gaymeowing@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:58:07 -0400 Subject: [PATCH] Update docs/method-type-hassubtypeof.md Co-authored-by: ariel --- docs/method-type-hassubtypeof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/method-type-hassubtypeof.md b/docs/method-type-hassubtypeof.md index 85e4604..31bb46f 100644 --- a/docs/method-type-hassubtypeof.md +++ b/docs/method-type-hassubtypeof.md @@ -99,7 +99,7 @@ end ## Design -The [`type`](./user-defined-type-functions.md#type-instance) will gain a new method: `hassubtypeof`: +The [`type`](./user-defined-type-functions.md#type-instance) will gain a new method: `issubtypeof`: ```luau type:issubtypeof(arg: type): boolean