From 30c80dbabf8104777d1a4dc010a9dbd76c9dd3fe Mon Sep 17 00:00:00 2001 From: Abhro R <5664668+abhro@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:16:52 -0500 Subject: [PATCH] Add language tag in fenced code block example --- src/operators.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/operators.jl b/src/operators.jl index 11b2c08f4..dfd8cc3ff 100644 --- a/src/operators.jl +++ b/src/operators.jl @@ -32,7 +32,7 @@ end Get the time (in seconds) spent in a state in a finite state machine. When used to query the time spent in the enclosing state, the method without arguments is used, i.e., -``` +```julia @mtkmodel FSM begin ... @equations begin @@ -56,7 +56,7 @@ timeInState Get the number of ticks spent in a state in a finite state machine. When used to query the number of ticks spent in the enclosing state, the method without arguments is used, i.e., -``` +```julia @mtkmodel FSM begin ... @equations begin