From 799ca8670b8b66a3f240ba46df2ae1c7dcce99e9 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Thu, 20 Oct 2022 10:52:11 +0100 Subject: [PATCH] docs(error_types): fix typo --- subjects/error_types/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/subjects/error_types/README.md b/subjects/error_types/README.md index f04c2b94..d343c9b5 100644 --- a/subjects/error_types/README.md +++ b/subjects/error_types/README.md @@ -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"`