docs: update the method description

This commit is contained in:
Michel Jonathan Schmitz
2019-01-30 12:29:41 +00:00
parent 0f179f1200
commit 466cc2579c

View File

@@ -96,7 +96,7 @@ export class Validator {
/** /**
* Validate an instance of a thing against the consumed schema files * 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 * @param instance Instance to validate
* @deprecated Use [[validate]] instead * @deprecated Use [[validate]] instead