Skip to content

Commit 3f269a2

Browse files
committed
fix typo
1 parent e3e7e69 commit 3f269a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/systems/optimal_control_interface.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
"""
1919
JuMPDynamicOptProblem(sys::System, op, tspan; dt, steps, guesses, kwargs...)
2020
21-
Convert an System representing an optimal control system into a JuMP model
21+
Convert a System representing an optimal control system into a JuMP model
2222
for solving using optimization. Must provide either `dt`, the timestep between collocation
2323
points (which, along with the timespan, determines the number of points), or directly
2424
provide the number of points as `steps`.
@@ -29,7 +29,7 @@ function JuMPDynamicOptProblem end
2929
"""
3030
InfiniteOptDynamicOptProblem(sys::System, op, tspan; dt)
3131
32-
Convert an System representing an optimal control system into a InfiniteOpt model
32+
Convert a System representing an optimal control system into a InfiniteOpt model
3333
for solving using optimization. Must provide `dt` for determining the length
3434
of the interpolation arrays.
3535
@@ -42,7 +42,7 @@ function InfiniteOptDynamicOptProblem end
4242
"""
4343
CasADiDynamicOptProblem(sys::System, op, tspan; dt, steps, guesses, kwargs...)
4444
45-
Convert an System representing an optimal control system into a CasADi model
45+
Convert a System representing an optimal control system into a CasADi model
4646
for solving using optimization. Must provide either `dt`, the timestep between collocation
4747
points (which, along with the timespan, determines the number of points), or directly
4848
provide the number of points as `steps`.
@@ -53,7 +53,7 @@ function CasADiDynamicOptProblem end
5353
"""
5454
PyomoDynamicOptProblem(sys::System, op, tspan; dt, steps)
5555
56-
Convert an System representing an optimal control system into a Pyomo model
56+
Convert a System representing an optimal control system into a Pyomo model
5757
for solving using optimization. Must provide either `dt`, the timestep between collocation
5858
points (which, along with the timespan, determines the number of points), or directly
5959
provide the number of points as `steps`.

0 commit comments

Comments
 (0)