Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
colinf committed Feb 13, 2012
2 parents b9aeeb4 + 7681f56 commit 189397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ The core of `revalidator` is simple and succinct: `revalidator.validate(obj, sch
default: null default: null
} }
} }
}); }));
``` ```


This will return with a value indicating if the `obj` conforms to the `schema`. If it does not, a descriptive object will be returned containing the errors encountered with validation. This will return with a value indicating if the `obj` conforms to the `schema`. If it does not, a descriptive object will be returned containing the errors encountered with validation.
Expand Down

0 comments on commit 189397f

Please sign in to comment.