diff --git a/docs/method-type-issubtypeof.md b/docs/method-type-issubtypeof.md index a81b9f7..6b77bc5 100644 --- a/docs/method-type-issubtypeof.md +++ b/docs/method-type-issubtypeof.md @@ -105,7 +105,7 @@ The [`type`](./user-defined-type-functions.md#type-instance) will gain a new met type:issubtypeof(arg: type): boolean ``` -This method will return a boolean indicating if the type is a subtype of `arg`. +This method will return a boolean indicating if the type is a subtype of `arg`, using luau's existing subtyping algorithm. ## Drawbacks