diff --git a/dsl-reference.md b/dsl-reference.md index a16b68dc..e898e316 100644 --- a/dsl-reference.md +++ b/dsl-reference.md @@ -667,12 +667,10 @@ do: any: - with: type: com.fake-hospital.vitals.measurements.temperature - data: - temperature: ${ .temperature > 38 } + data: ${ .temperature > 38 } - with: type: com.fake-hospital.vitals.measurements.bpm - data: - temperature: ${ .bpm < 60 or .bpm > 100 } + data: ${ .bpm < 60 or .bpm > 100 } ``` #### Raise