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