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