Skip to content

Commit b3e184c

Browse files
committed
Aling Listen to specification with example
The specification example was not aligned with the example Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
1 parent 2f296f3 commit b3e184c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dsl-reference.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,12 +667,10 @@ do:
667667
any:
668668
- with:
669669
type: com.fake-hospital.vitals.measurements.temperature
670-
data:
671-
temperature: ${ .temperature > 38 }
670+
data: ${ .temperature > 38 }
672671
- with:
673672
type: com.fake-hospital.vitals.measurements.bpm
674-
data:
675-
temperature: ${ .bpm < 60 or .bpm > 100 }
673+
data: ${ .bpm < 60 or .bpm > 100 }
676674
```
677675

678676
#### Raise

0 commit comments

Comments
 (0)