diff --git a/versioned_docs/version-0.6.0/writing-reactors/modal-models.mdx b/versioned_docs/version-0.6.0/writing-reactors/modal-models.mdx index aafc69c1b..40b811e81 100644 --- a/versioned_docs/version-0.6.0/writing-reactors/modal-models.mdx +++ b/versioned_docs/version-0.6.0/writing-reactors/modal-models.mdx @@ -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); } =} ```