Skip to content

Commit

Permalink
[9.x] Fix documentation for digits rule (#7957)
Browse files Browse the repository at this point in the history
* Update validation.md

* Update validation.md

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
driesvints and taylorotwell authored May 30, 2022
1 parent 00562e4 commit 477ab41
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 @@ -994,12 +994,12 @@ The field under validation must have a different value than _field_.
<a name="rule-digits"></a>
#### digits:_value_

The field under validation must be _numeric_ and must have an exact length of _value_.
The integer under validation must have an exact length of _value_.

<a name="rule-digits-between"></a>
#### digits_between:_min_,_max_

The field under validation must be _numeric_ and must have a length between the given _min_ and _max_.
The integer validation must have a length between the given _min_ and _max_.

<a name="rule-dimensions"></a>
#### dimensions
Expand Down

0 comments on commit 477ab41

Please sign in to comment.