Skip to content

Commit

Permalink
Update docs/src/manual/nonlinear.md
Browse files Browse the repository at this point in the history
Co-authored-by: Benoît Legat <[email protected]>
  • Loading branch information
odow and blegat authored Nov 21, 2023
1 parent e5905c0 commit 65ac069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/nonlinear.md
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ f(x::Vector) = sum(x[i]^i for i in 1:length(x))
@objective(model, Min, op_f(x...))
```

If the operator takes several vector inputs, write a function which takes the
If the operator takes several vector inputs, write a function that takes the
splatted arguments and reconstructs the required vector inputs:
```@repl
using JuMP
Expand Down

0 comments on commit 65ac069

Please sign in to comment.