Skip to content

Commit bb51a6e

Browse files
authored
Merge pull request #252 from weriton1/patch-1
Update modal-models.mdx
2 parents 4b683d7 + f607ae3 commit bb51a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-0.6.0/writing-reactors/modal-models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Such an effect enables the use of the target language API to set the next mode.
5050
```lf-c
5151
reaction(trig) -> Two {=
5252
if (trig->value) {
53-
lf_set_mode(Two)
53+
lf_set_mode(Two);
5454
}
5555
=}
5656
```

0 commit comments

Comments
 (0)