Skip to content

Commit bb16dbf

Browse files
committed
minor doc correction
1 parent bf5c0ec commit bb16dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sim_model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ used in the plotting functions.
106106
107107
# Examples
108108
```jldoctest
109-
model = setname!(LinModel(tf(3, [10, 1]), 2.0), u=[raw"$A$ (%)"], y=[raw"$T$ (∘C)"])
109+
model = setname!(LinModel(tf(3, [10, 1]), 2.0), u=["\$A\$ (%)"], y=["\$T\$ (∘C)"])
110110
LinModel with a sample time Ts = 2.0 s and:
111111
1 manipulated inputs u
112112
1 states x

0 commit comments

Comments
 (0)