Skip to content

Commit acb1769

Browse files
committed
fix typo
1 parent 59b9099 commit acb1769

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
@@ -130,7 +130,7 @@ 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
133+
Generates a blank DiscreteProblem for a JumpSystem to utilize as its
134134
solving `prob.prob`. This is used in the case where there are no ODEs
135135
and no SDEs associated with the system.
136136

0 commit comments

Comments
 (0)