Skip to content

Commit 20220ac

Browse files
committed
fixes
1 parent f100031 commit 20220ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

validation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ Below is a list of all available validation rules and their function:
490490
[Date Format](#rule-date-format)
491491
[Different](#rule-different)
492492
[Digits](#rule-digits)
493-
[Digits Between](#rule-digits-between)
493+
[Digits Between](#rule-digits-between)
494494
[Distinct](#rule-distinct)
495495
[E-Mail](#rule-email)
496496
[Exists (Database)](#rule-exists)
@@ -606,13 +606,13 @@ The field under validation must be _numeric_ and must have an exact length of _v
606606
<a name="rule-digits-between"></a>
607607
#### digits_between:_min_,_max_
608608

609-
The field under validation must have a length between the given _min_ and _max_.
610-
609+
The field under validation must have a length between the given _min_ and _max_.
610+
611611
<a name="rule-distinct"></a>
612612
#### distinct
613613

614-
When working with arrays, the field under validation must have unique values.
615-
614+
When working with arrays, the field under validation must not have any duplicate values.
615+
616616
'foo.*.id' => 'distinct'
617617

618618
<a name="rule-email"></a>

0 commit comments

Comments
 (0)