Skip to content

Commit f51fb5d

Browse files
committed
docs: improve description
1 parent ea5669e commit f51fb5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,8 @@ greater_than_equal_to Yes Fails if field is less than the parameter
780780
hex No Fails if field contains anything other than
781781
hexadecimal characters.
782782
if_exist No If this rule is present, validation will
783-
only return possible errors if the field key
784-
exists, regardless of its value.
783+
check the field only when the field key
784+
exists in the data to validate.
785785
in_list Yes Fails if field is not within a predetermined ``in_list[red,blue,green]``
786786
list.
787787
integer No Fails if field contains anything other than

0 commit comments

Comments
 (0)