Skip to content

Commit 5d2e8ed

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ struct ODESystem <: AbstractODESystem
137137
"""
138138
parameter_dependencies::Vector{Equation}
139139
"""
140-
Mapping of conditions which should be true throughout the solve to corresponding error
140+
Mapping of conditions which should be true throughout the solution process to corresponding error
141141
messages. These will be added to the equations when calling `debug_system`.
142142
"""
143143
assertions::Dict{BasicSymbolic, String}

0 commit comments

Comments
 (0)