Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ The field under validation must have a minimum _value_. Strings, numerics, array
<a name="multiple-of"></a>
#### multiple_of:_value_

The field under validation must be a multiple of _value_. This can be useful when validating a number input that utilises the `step` attribute. At the moment, this rule only works with *integers*.
The field under validation must be a multiple of _value_. This can be useful when validating a number input that utilises the `step` attribute.

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