Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 130b05c

Browse files
committed
typo
1 parent 085d1ac commit 130b05c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ All validators are written as `snake_case` but it's up to the user's taste and c
211211
* `date_euro_long_between:d1,d2` Date must follow European long format and is between (d1) & (d2)
212212
* `date_euro_long_max:d` Date must follow European long format and is lower or equal than date (d)
213213
* `date_euro_long_min:d` Date must follow European long format and is higher or equal than date (d)
214-
* `date_euro_short` Date must follow the European short format (dd-mm-yy) or (dd/mm/yy)
215-
* `date_euro_short_between:d1,d2` Date must follow the European short format and is between (d1) & (d2)
216-
* `date_euro_short_max:d` Date must follow European short format and is lower or equal than date (d)
217-
* `date_euro_short_min:d` Date must follow European short format and is higher or equal than date (d)
214+
* `date_euro_short` Date must follow the Euro short format (dd-mm-yy) or (dd/mm/yy)
215+
* `date_euro_short_between:d1,d2` Date must follow the Euro short format and is between (d1) & (d2)
216+
* `date_euro_short_max:d` Date must follow Euro short format and is lower or equal than date (d)
217+
* `date_euro_short_min:d` Date must follow Euro short format and is higher or equal than date (d)
218218
* `date_us_long` Date must follow the US long format (mm-dd-yyyy) or (mm/dd/yyyy)
219219
* `date_us_long_between:d1,d2` Date must follow the US long format and is between (d1) & (d2)
220220
* `date_us_long_max:d` Date must follow US long format and is lower or equal than date (d)

0 commit comments

Comments
 (0)