diff --git a/src/validate.ts b/src/validate.ts index 6e980d60..4b5d1a3e 100644 --- a/src/validate.ts +++ b/src/validate.ts @@ -96,7 +96,7 @@ export class Validator { /** * Validate an instance of a thing against the consumed schema files * - * Only use this method for instances of the SC + * Only use this method for instances of the SC with a set type property * * @param instance Instance to validate * @deprecated Use [[validate]] instead