Skip to content

Commit 2dd3937

Browse files
committed
Fix wording.
1 parent f002fb4 commit 2dd3937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ The field under validation must be formatted as an IP address.
305305
<a name="rule-max"></a>
306306
#### max:_value_
307307

308-
The field under validation must be less than a maximum _value_. Strings, numerics, and files are evaluated in the same fashion as the `size` rule.
308+
The field under validation must be less than or equal to a maximum _value_. Strings, numerics, and files are evaluated in the same fashion as the `size` rule.
309309

310310
<a name="rule-mimes"></a>
311311
#### mimes:_foo_,_bar_,...

0 commit comments

Comments
 (0)