Skip to content

Commit

Permalink
Update modal-models.mdx
Browse files Browse the repository at this point in the history
Added a missing semicolon at end of C-example.
  • Loading branch information
weriton1 authored Apr 18, 2024
1 parent 4b683d7 commit f607ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Such an effect enables the use of the target language API to set the next mode.
```lf-c
reaction(trig) -> Two {=
if (trig->value) {
lf_set_mode(Two)
lf_set_mode(Two);
}
=}
```
Expand Down

0 comments on commit f607ae3

Please sign in to comment.