Update docs/method-type-hassubtypeof.md

Co-authored-by: ariel <aweiss@hey.com>
This commit is contained in:
witchiest 2025-04-01 10:58:07 -04:00 committed by GitHub
parent 00f6199323
commit 3b300aa18a
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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