Update docs/method-type-hassubtypeof.md

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

View file

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