Skip to content

Commit 3eb2f15

Browse files
Update src/remake.jl
1 parent 3d318af commit 3eb2f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remake.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ function remake(prob::OptimizationProblem;
290290
ispsymbolic = eltype(p) <: Pair && !isempty(p) && interpret_symbolicmap
291291
if isu0symbolic && !has_sys(prob.f)
292292
throw(ArgumentError("This problem does not support symbolic maps with" *
293-
" remake, i.e. it does not have a symbolic origin. Please use `remke`" *
293+
" remake, i.e. it does not have a symbolic origin. Please use `remake`" *
294294
"with the `u0` keyword argument as a vector of values, paying attention to" *
295295
"parameter order."))
296296
end

0 commit comments

Comments
 (0)