Skip to content

Commit

Permalink
docs(schematype): document SchemaType#doValidate()
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 8, 2022
1 parent 14fd916 commit 3445d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schematype.js
Expand Up @@ -1242,7 +1242,7 @@ SchemaType.prototype.select = function select(val) {
* @param {any} value
* @param {Function} callback
* @param {Object} scope
* @api private
* @api public
*/

SchemaType.prototype.doValidate = function(value, fn, scope, options) {
Expand Down

0 comments on commit 3445d24

Please sign in to comment.