Skip to content

Commit db9482c

Browse files
committed
doc: minor correction
1 parent ea1044b commit db9482c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/controller/nonlinmpc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ Also return vectors with the nonlinear inequality constraint functions `gfuncs`,
525525
`∇gfuncs!`, for the associated gradients. Lastly, also return vectors with the nonlinear
526526
equality constraint functions `geqfuncs` and gradients `∇geqfuncs!`.
527527
528-
This method is really indicated and I'm not proud of it. That's because of 3 elements:
528+
This method is really intricate and I'm not proud of it. That's because of 3 elements:
529529
530530
- These functions are used inside the nonlinear optimization, so they must be type-stable
531531
and as efficient as possible.

src/estimator/mhe/construct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ Return the nonlinear objective `Jfunc` function, and `∇Jfunc!`, to compute its
12751275
Also return vectors with the nonlinear inequality constraint functions `gfuncs`, and
12761276
`∇gfuncs!`, for the associated gradients.
12771277
1278-
This method is really indicated and I'm not proud of it. That's because of 3 elements:
1278+
This method is really intricate and I'm not proud of it. That's because of 3 elements:
12791279
12801280
- These functions are used inside the nonlinear optimization, so they must be type-stable
12811281
and as efficient as possible.

0 commit comments

Comments
 (0)