docs(error_types): fix typo

This commit is contained in:
Michele Sessa 2022-10-20 10:52:11 +01:00 committed by Michele
parent 0a3572d111
commit 799ca8670b
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ You must implement the **associated functions** `new` and
`validate` that will validate the form.
For the error type you must create a `struct` named `FormError`. It must have the fields:
- `form_values`: this will be a tuple of strings representing the invalid input. For example: `("password", "asdaSD\_")` or `("first_name", "someone")`
- `date`: that will have the date that the error occurred in the format `"2020-12-14 09:33:41"`