Skip to content

Commit 51b3be1

Browse files
committed
typo
1 parent 42dad86 commit 51b3be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/basic_transformations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function change_independent_variable(
178178
return ex::T
179179
end
180180

181-
# overload to specifically handle equations, which can be an equation of a connection
181+
# overload to specifically handle equations, which can be an equation or a connection
182182
function transform(eq::Equation, systems_map)
183183
if eq.rhs isa Connection
184184
eq = connect((systems_map[nameof(s)] for s in eq.rhs.systems)...)

0 commit comments

Comments
 (0)