Skip to content

Commit 025b5a1

Browse files
committed
doc: minor corrections
1 parent 5713e3f commit 025b5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controller/transcription.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The decision variable in the optimization problem is (excluding the slack ``ϵ``
1818
\vdots \\
1919
\mathbf{Δu}(k+H_c-1) \end{bmatrix}
2020
```
21-
This method is generally more efficient for small control horizon ``H_c``, stable or mildly
21+
This method is generally more efficient for small control horizon ``H_c``, stable and mildly
2222
nonlinear plant model/constraints.
2323
"""
2424
struct SingleShooting <: TranscriptionMethod end
@@ -182,7 +182,7 @@ contribution for non-zero state ``\mathbf{x̂_{op}}`` and state update ``\mathbf
182182
operating points (for linearization at non-equilibrium point, see [`linearize`](@ref)). The
183183
stochastic predictions ``\mathbf{Ŷ_s=0}`` if `estim` is not a [`InternalModel`](@ref), see
184184
[`init_stochpred`](@ref). The method also computes similar matrices for the predicted
185-
terminal states at ``k+H_p``:
185+
terminal state at ``k+H_p``:
186186
```math
187187
\begin{aligned}
188188
\mathbf{x̂_0}(k+H_p) &= \mathbf{e_x̂ Z} + \mathbf{g_x̂ d_0}(k) + \mathbf{j_x̂ D̂_0}

0 commit comments

Comments
 (0)