Skip to content

Commit 30c80db

Browse files
committed
Add language tag in fenced code block example
1 parent 50f75b4 commit 30c80db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/operators.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232
Get the time (in seconds) spent in a state in a finite state machine.
3333
3434
When used to query the time spent in the enclosing state, the method without arguments is used, i.e.,
35-
```
35+
```julia
3636
@mtkmodel FSM begin
3737
...
3838
@equations begin
@@ -56,7 +56,7 @@ timeInState
5656
Get the number of ticks spent in a state in a finite state machine.
5757
5858
When used to query the number of ticks spent in the enclosing state, the method without arguments is used, i.e.,
59-
```
59+
```julia
6060
@mtkmodel FSM begin
6161
...
6262
@equations begin

0 commit comments

Comments
 (0)