Skip to content

Commit a9be7dc

Browse files
committed
docs: make Document $markValid() public re: #5826
1 parent 4d4dfa1 commit a9be7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/document.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ Document.prototype.invalidate = function(path, err, val, kind) {
16911691
* Marks a path as valid, removing existing validation errors.
16921692
*
16931693
* @param {String} path the field to mark as valid
1694-
* @api private
1694+
* @api public
16951695
* @method $markValid
16961696
* @receiver Document
16971697
*/

0 commit comments

Comments
 (0)