Skip to content

Commit 4f1cd26

Browse files
committed
spelling
1 parent a6c5c6c commit 4f1cd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/jumps/jumpsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ function JumpProcesses.JumpProblem(js::JumpSystem, prob,
546546
vrjs = VariableRateJump[assemble_vrj(js, j, unknowntoid; eval_expression, eval_module)
547547
for j in eqs.x[3]]
548548
if prob isa DiscreteProblem
549-
if (!isempty(vrjs) || has_equations(js) || !isempty(continous_events(js)))
549+
if (!isempty(vrjs) || has_equations(js) || !isempty(continuous_events(js)))
550550
error("Use continuous problems such as an ODEProblem or a SDEProblem with VariableRateJumps, coupled differential equations, or continuous events.")
551551
end
552552
end

0 commit comments

Comments
 (0)