Skip to content

Commit 90ecd0e

Browse files
committed
doc: idem
1 parent b42c412 commit 90ecd0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controller/nonlinmpc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ for the two respective constraints. Note that `g_oracle` only includes the non-`
880880
inequality constraints, thus it must be re-constructed if they change. This method is really
881881
intricate because the oracles are used inside the nonlinear optimization, so they must be
882882
type-stable and as efficient as possible. All the function outputs and derivatives are
883-
ached and updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface DifferentiationInterface.value_and_jacobian!).
883+
cached and updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface DifferentiationInterface.value_and_jacobian!).
884884
"""
885885
function get_nonlincon_oracle(mpc::NonLinMPC, ::JuMP.GenericModel{JNT}) where JNT<:Real
886886
# ----------- common cache for all functions ----------------------------------------

0 commit comments

Comments
 (0)