From 0966a4de77e72e0ee86699a43584dcea345c62a1 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 30 May 2022 08:48:32 +0200 Subject: [PATCH 1/2] Update validation.md --- validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validation.md b/validation.md index 7f5baa4bc07..9653e3c4a99 100644 --- a/validation.md +++ b/validation.md @@ -994,12 +994,12 @@ The field under validation must have a different value than _field_. #### digits:_value_ -The field under validation must be _numeric_ and must have an exact length of _value_. +The field under validation must be a non-fraction number and must have an exact length of _value_. #### digits_between:_min_,_max_ -The field under validation must be _numeric_ and must have a length between the given _min_ and _max_. +The field under validation must be non-fraction number and must have a length between the given _min_ and _max_. #### dimensions From dfe404d1360668ecb7127bf081ac446982f62f96 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 30 May 2022 06:19:45 -0700 Subject: [PATCH 2/2] Update validation.md --- validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validation.md b/validation.md index 9653e3c4a99..b3c1263107f 100644 --- a/validation.md +++ b/validation.md @@ -994,12 +994,12 @@ The field under validation must have a different value than _field_. #### digits:_value_ -The field under validation must be a non-fraction number and must have an exact length of _value_. +The integer under validation must have an exact length of _value_. #### digits_between:_min_,_max_ -The field under validation must be non-fraction number and must have a length between the given _min_ and _max_. +The integer validation must have a length between the given _min_ and _max_. #### dimensions