Skip to content

Commit 3445d24

Browse files
committed
docs(schematype): document SchemaType#doValidate()
1 parent 14fd916 commit 3445d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/schematype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ SchemaType.prototype.select = function select(val) {
12421242
* @param {any} value
12431243
* @param {Function} callback
12441244
* @param {Object} scope
1245-
* @api private
1245+
* @api public
12461246
*/
12471247

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

0 commit comments

Comments
 (0)