Skip to content

Commit f9b8f52

Browse files
Update src/systems/diffeqs/sdesystem.jl
Co-authored-by: Fredrik Bagge Carlson <[email protected]>
1 parent 5d2e8ed commit f9b8f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/sdesystem.jl

Lines changed: 1 addition & 1 deletion
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)