Skip to content

Commit 7e16cfa

Browse files
committed
Merge branch '234-addInConditional' of https://github.com/metafacture/metafacture-fix into 234-addInConditional
2 parents e1bc5b1 + a370495 commit 7e16cfa

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)