diff --git a/validation.md b/validation.md index 351cf43f8c..2ea52aed4d 100644 --- a/validation.md +++ b/validation.md @@ -1003,7 +1003,7 @@ The field under validation must have a minimum _value_. Strings, numerics, array #### 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. +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*. #### not_in:_foo_,_bar_,...