Skip to content

Commit a370495

Browse files
committed
Update documentation for in() Fix conditional. (#235)
1 parent 8de3f3e commit a370495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@ Executes the functions if/unless the field value matches the regular expression
644644
Executes the functions if/unless the field value does not match the regular expression pattern. If it is an array or a hash none of the field values may match the regular expression pattern.
645645

646646
#### `in`
647-
Executes the functions if/unless the field value is identical to a value in a given field.
647+
648+
Executes the functions if/unless the field value is contained in the value of the other field.
648649

649650
## Xtext
650651

0 commit comments

Comments
 (0)