Skip to content

Commit ca2a524

Browse files
authored
docs: missing dot
1 parent 41d389f commit ca2a524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ numeric No Fails if field contains anything other than
978978
permit_empty No Allows the field to receive an empty array,
979979
empty string, null or false. Skips all other
980980
validation rules except for required_with and
981-
required_without
981+
required_without.
982982
regex_match Yes Fails if field does not match the regular ``regex_match[/regex/]``
983983
expression.
984984
required No Fails if the field is an empty array, empty

0 commit comments

Comments
 (0)