Fix typo
parent
8864d0e41f
commit
94d29cc86b
@ -1,5 +1,5 @@
|
||||
name: adult rule
|
||||
description: when age is greater then 18, then mark as adult
|
||||
description: when age is greater than 18, then mark as adult
|
||||
priority: 1
|
||||
condition: "person.age > 18"
|
||||
actions:
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: adult rule
|
||||
description: when age is greater then 18, then mark as adult
|
||||
description: when age is greater than 18, then mark as adult
|
||||
priority: 1
|
||||
condition: "#{ ['person'].age > 18 }"
|
||||
actions:
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: adult rule
|
||||
description: when age is greater then 18, then mark as adult
|
||||
description: when age is greater than 18, then mark as adult
|
||||
priority: 1
|
||||
condition: "person.age > 18"
|
||||
actions:
|
||||
|
Loading…
Reference in New Issue