Skip to content

Commit

Permalink
docs: make Document $markValid() public re: #5826
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 29, 2017
1 parent 4d4dfa1 commit a9be7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ Document.prototype.invalidate = function(path, err, val, kind) {
* Marks a path as valid, removing existing validation errors.
*
* @param {String} path the field to mark as valid
* @api private
* @api public
* @method $markValid
* @receiver Document
*/
Expand Down

0 comments on commit a9be7dc

Please sign in to comment.