Skip to content

Commit 0c84034

Browse files
committed
debug tests
1 parent bb16dbf commit 0c84034

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=["\$A\$ (%)"], y=["\$T\$ (∘C)"])
109+
julia> 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)