Skip to content

Commit 646969b

Browse files
Note that the range specified in the 'between' validation rule in inclusive. (laravel#8172)
1 parent 90976b4 commit 646969b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ The field under validation must be a value preceding or equal to the given date.
978978
<a name="rule-between"></a>
979979
#### between:_min_,_max_
980980

981-
The field under validation must have a size between the given _min_ and _max_. Strings, numerics, arrays, and files are evaluated in the same fashion as the [`size`](#rule-size) rule.
981+
The field under validation must have a size between the given _min_ and _max_ (inclusive). Strings, numerics, arrays, and files are evaluated in the same fashion as the [`size`](#rule-size) rule.
982982

983983
<a name="rule-boolean"></a>
984984
#### boolean

0 commit comments

Comments
 (0)