Skip to content

Commit 1402694

Browse files
Merge pull request #471 from isaacsas/fix-doc-typo
fix typo in doc
2 parents 59b9099 + 1cac322 commit 1402694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systems/jumps/jumpsystem.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ function DiffEqBase.DiscreteProblem(sys::JumpSystem, u0map, tspan,
130130
parammap=DiffEqBase.NullParameters; kwargs...)
131131
```
132132
133-
Generates a black DiscreteProblem for a JumpSystem to utilize as its
134-
solving `prob.prob`. This is used in the case where there are no ODEs
133+
Generates a blank DiscreteProblem for a pure jump JumpSystem to utilize as
134+
its `prob.prob`. This is used in the case where there are no ODEs
135135
and no SDEs associated with the system.
136136
137137
Continuing the example from the [`JumpSystem`](@ref) definition:

0 commit comments

Comments
 (0)