Skip to content

Commit

Permalink
Add language tag in fenced code block example
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Dec 15, 2024
1 parent 50f75b4 commit 30c80db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 30c80db

Please sign in to comment.