Skip to content

Commit

Permalink
Merge pull request #61 from MartinHowarth/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix a typo in schema level validation README
  • Loading branch information
Keats committed Sep 30, 2018
2 parents bd27ea3 + 7c1e4ba commit 4b9fe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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,
Expand Down

0 comments on commit 4b9fe39

Please sign in to comment.