Skip to content

Commit b42c412

Browse files
committed
doc: minor corrections
1 parent 7348403 commit b42c412

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/controller/construct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ end
11981198
11991199
Augment defect equality constraints with slack variable ϵ if `nϵ == 1`.
12001200
1201-
It returns the ``\mathbf{Ẽŝ}`` matrix that appears in the defect equation
1201+
It returns the ``\mathbf{Ẽ_ŝ}`` matrix that appears in the defect equation
12021202
``\mathbf{Ŝ = Ẽ_ŝ Z̃ + F_ŝ}`` and the ``\mathbf{A}`` matrix for the equality constraints:
12031203
```math
12041204
\mathbf{A_ŝ Z̃} = - \mathbf{F_ŝ}

src/controller/transcription.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ end
989989
@doc raw"""
990990
set_warmstart!(mpc::PredictiveController, ::OrthogonalCollocation, Z̃var) -> Z̃s
991991
992-
Set and return the warm-start value of `Z̃var` for other [`OrthogonalCollocation`](@ref).
992+
Set and return the warm-start value of `Z̃var` for [`OrthogonalCollocation`](@ref).
993993
994994
It warm-starts the solver at:
995995
```math

0 commit comments

Comments
 (0)