diff options
| author | Vincent Prouillet | 2018-09-30 19:24:07 +0200 |
|---|---|---|
| committer | GitHub | 2018-09-30 19:24:07 +0200 |
| commit | 4b9fe3939b106c151bff11e490a41212559f9a4a (patch) | |
| tree | 833004ac1187be4700b20df9bc4edd85a7f420c0 | |
| parent | bd27ea34f904a8746c682c0cef90c4f1083b5798 (diff) | |
| parent | 7c1e4ba9a248aa425a4b4615a26387207fd36176 (diff) | |
| download | validator-4b9fe3939b106c151bff11e490a41212559f9a4a.tar.bz2 | |
Merge pull request #61 from MartinHowarth/fix-readme-typo
Fix a typo in schema level validation README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ Often, some error validation can only be applied when looking at the full struct ```rust #[derive(Debug, Validate, Deserialize)] -#[validate(schema(function = "validate_category", skip_on_field_errors = "false")] +#[validate(schema(function = "validate_category", skip_on_field_errors = "false"))] struct CategoryData { category: String, name: String, |
