Skip to content

Commit 2530703

Browse files
committed
doc: minor modification
1 parent eedfd84 commit 2530703

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/plot_sim.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ end
106106

107107

108108
@doc raw"""
109-
sim!(plant::SimModel, N::Int, u=plant.uop.+1, d=plant.dop; x_0=plant.xop, progress=true) -> res
109+
sim!(
110+
plant::SimModel, N::Int, u=plant.uop.+1, d=plant.dop; x_0=plant.xop, progress=true
111+
) -> res
110112
111113
Open-loop simulation of `plant` for `N` time steps, default to unit bump test on all inputs.
112114

0 commit comments

Comments
 (0)