Skip to content

Commit b7bd315

Browse files
Update src/systems/diffeqs/sdesystem.jl
Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
1 parent b24e77e commit b7bd315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/sdesystem.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ struct SDESystem <: AbstractODESystem
126126
"""
127127
parameter_dependencies::Vector{Equation}
128128
"""
129-
Mapping of conditions which should be true throughout the solve to corresponding error
129+
Mapping of conditions which should be true throughout the solution process to corresponding error
130130
messages. These will be added to the equations when calling `debug_system`.
131131
"""
132132
assertions::Dict{BasicSymbolic, String}

0 commit comments

Comments
 (0)