Skip to content

Commit

Permalink
Merge pull request #252 from weriton1/patch-1
Browse files Browse the repository at this point in the history
Update modal-models.mdx
  • Loading branch information
lhstrh authored Apr 18, 2024
2 parents 4b683d7 + f607ae3 commit bb51a6e
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 bb51a6e

Please sign in to comment.