Skip to content

Commit 21c724e

Browse files
Merge pull request #1066 from fjtirado/Align_examples
Aling Listen to specification with example
2 parents 2f296f3 + b3e184c commit 21c724e

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)