From 00f619932300aa267aec567ec45c26cd69c87322 Mon Sep 17 00:00:00 2001 From: witchiest <62822174+gaymeowing@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:57:45 -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 d0315b3..85e4604 100644 --- a/docs/method-type-hassubtypeof.md +++ b/docs/method-type-hassubtypeof.md @@ -102,7 +102,7 @@ end The [`type`](./user-defined-type-functions.md#type-instance) will gain a new method: `hassubtypeof`: ```luau -type:hassubtypeof(arg: type): boolean +type:issubtypeof(arg: type): boolean ``` ## Drawbacks