Skip to content

Commit 40208b6

Browse files
Update src/cache.jl
1 parent f5a16b6 commit 40208b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function OptimizationCache(prob::SciMLBase.OptimizationProblem, opt;
4646
(SciMLBase.requireshessian(opt) || SciMLBase.requiresconshess(opt) ||
4747
SciMLBase.requireslagh(opt))
4848
@warn "The selected optimization algorithm requires second order derivatives, but `SecondOrder` ADtype was not provided.
49-
So a `SecondOrder` with $adtype for both inner and outer will be creates, this can be suboptimal and not work in all cases so
49+
So a `SecondOrder` with $adtype for both inner and outer will be created, this can be suboptimal and not work in some cases so
5050
an explicit `SecondOrder` ADtype is recommended."
5151
end
5252

0 commit comments

Comments
 (0)