Skip to content

Commit

Permalink
Update validation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Nov 19, 2014
1 parent 79aa1c4 commit c72a4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ The field under validation must be formatted as an IP address.
<a name="rule-max"></a>
#### max:_value_

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.
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-size) rule.

<a name="rule-mimes"></a>
#### mimes:_foo_,_bar_,...
Expand All @@ -336,7 +336,7 @@ The file under validation must have a MIME type corresponding to one of the list
<a name="rule-min"></a>
#### min:_value_

The field under validation must have a minimum _value_. Strings, numerics, and files are evaluated in the same fashion as the `size` rule.
The field under validation must have a minimum _value_. Strings, numerics, and files are evaluated in the same fashion as the [`size`](#rule-size) rule.

<a name="rule-not-in"></a>
#### not_in:_foo_,_bar_,...
Expand Down

0 comments on commit c72a4d0

Please sign in to comment.