aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ac7436..c9bda8d 100644
--- a/README.md
+++ b/README.md
@@ -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,