Skip to content

Commit 7859852

Browse files
committed
minor doc correction
1 parent b5a0e3b commit 7859852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/predictive_control.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The function should be called after calling [`moveinput!`](@ref). It returns the
321321
- `:R̂y` : predicted output setpoint over `Hp` ``(\mathbf{R̂_y})``
322322
- `:R̂u` : predicted manipulated input setpoint over `Hp` ``(\mathbf{R̂_u})``
323323
324-
For [`LinMPC`](@ref) and [`NonLinMPC`](ref), the field `:sol` also contains the optimizer
324+
For [`LinMPC`](@ref) and [`NonLinMPC`](@ref), the field `:sol` also contains the optimizer
325325
solution summary that can be printed.
326326
327327
# Examples

0 commit comments

Comments
 (0)