Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Closes #331
  • Loading branch information
Keats authored Nov 21, 2024
1 parent a2eef32 commit d256ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Examples:
```

### custom
Calls one of your functions to perform a custom validation. The field reference will be given as a parameter to the function,
Calls one of your functions to perform a custom validation. The field reference (or value if it can be copied cheaply like numbers) will be given as a parameter to the function,
which should return a `Result<(), ValidationError>`.

Examples:
Expand Down

0 comments on commit d256ba7

Please sign in to comment.