Skip to content

Commit e45fbaf

Browse files
authored
Merge pull request #7063 from noritakaIzumi/fix/user_guide/validation
docs: fix the expression of the validation rule "is_unique"
2 parents 3459fed + 32beca1 commit e45fbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/libraries/validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ is_not_unique Yes Checks the database to see if the given value
668668
filter (currently accept only one filter).
669669
is_unique Yes Checks if this field value exists in the is_unique[table.field,ignore_field,ignore_value]
670670
database. Optionally set a column and value
671-
value to ignore, useful when updating records
672-
to ignore itself.
671+
to ignore, useful when updating records to
672+
ignore itself.
673673
less_than Yes Fails if field is greater than or equal to less_than[8]
674674
the parameter value or not numeric.
675675
less_than_equal_to Yes Fails if field is greater than the parameter less_than_equal_to[8]

0 commit comments

Comments
 (0)