Skip to content

Commit 933c280

Browse files
Merge pull request #1152 from SciML/ChrisRackauckas-patch-2
Fix typo in OptimizationProblem docstring
2 parents 0961ba8 + dddb74a commit 933c280

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)