Skip to content

Commit dddb74a

Browse files
Fix typo in OptimizationProblem docstring
1 parent 0961ba8 commit dddb74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/optimization_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ higher-dimension tensors as well.
2525
### Constructors
2626
2727
```julia
28-
OptimizationProblem{iip}(f, u0, p = SciMLBase.NullParameters(),;
28+
OptimizationProblem{isinplace}(f, u0, p = SciMLBase.NullParameters(),;
2929
lb = nothing,
3030
ub = nothing,
3131
lcons = nothing,

0 commit comments

Comments
 (0)