Skip to content

Commit f8ee074

Browse files
Update src/solutions/ode_solutions.jl
1 parent cb9b03d commit f8ee074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solutions/ode_solutions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ struct LazyInterpolationException <: Exception
609609
var::Symbol
610610
end
611611

612-
Base.showerror(io::IO, e::LazyInterpolationException) = print(io, "the algorithm", e.var, " uses lazy interpolation, which is incompatible with `strip_solution`.")
612+
Base.showerror(io::IO, e::LazyInterpolationException) = print(io, "The algorithm", e.var, " uses lazy interpolation, which is incompatible with `strip_solution`.")
613613

614614
function strip_solution(sol::ODESolution)
615615
if has_lazy_interpolation(sol.alg)

0 commit comments

Comments
 (0)