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

Commit 7217678

Browse files
committed
typo
1 parent 130b05c commit 7217678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ All validators are written as `snake_case` but it's up to the user's taste and c
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)
214214
* `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)
215+
* `date_euro_short_between:d1,d2` Date must follow Euro short format and is between (d1) & (d2)
216216
* `date_euro_short_max:d` Date must follow Euro short format and is lower or equal than date (d)
217217
* `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)

0 commit comments

Comments
 (0)