Skip to content

Commit bdaa0bf

Browse files
Gregor HolzerGregorHolzer
authored andcommitted
fix: fix csml language
1 parent 64e8471 commit bdaa0bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/pkl/csm/csml.pkl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,10 @@ class ResetDescription extends ActionDescription {
123123

124124
class CaseDescription {
125125
of: Expression
126-
then: ActionDescription
126+
then: Listing<ActionDescription>
127127
}
128128

129129
class MatchDescription extends ActionDescription {
130-
value: Expression
131130
cases: Listing<CaseDescription>
132131
default: ActionDescription?
133132
}

0 commit comments

Comments
 (0)