Skip to content

Commit eb1cb3f

Browse files
committed
doc: idem
1 parent ce97323 commit eb1cb3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/manual/nonlinmpc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ constructor expects a function in this form:
265265
```
266266

267267
in which ``ϵ`` is the slack variable (scalar), an necessary feature to ensure feasibility
268-
when there the nonlinear inequality constraints are active. There is also an additional
269-
`LHS` argument ("left-hand side" of the inequality above) for the in-place version:
268+
when the nonlinear inequality constraints are active. There is also an additional `LHS`
269+
argument ("left-hand side" of the inequality above) for the in-place version:
270270

271271
```@example 1
272272
function gc!(LHS, Ue, Ŷe, _, p, ϵ)

0 commit comments

Comments
 (0)