Skip to content

Commit 3d318af

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

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
@@ -73,7 +73,7 @@ function remake(prob::ODEProblem; f = missing,
7373
ispsymbolic = eltype(p) <: Pair && !isempty(p) && interpret_symbolicmap
7474
if isu0symbolic && !has_sys(prob.f)
7575
throw(ArgumentError("This problem does not support symbolic maps with" *
76-
" remake, i.e. it does not have a symbolic origin. Please use `remke`" *
76+
" remake, i.e. it does not have a symbolic origin. Please use `remake`" *
7777
"with the `u0` keyword argument as a vector of values, paying attention to" *
7878
"parameter order."))
7979
end

0 commit comments

Comments
 (0)