Skip to content

Commit 648b931

Browse files
authored
Fix the other connect to be causal
1 parent f7f0630 commit 648b931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/input_component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function MassSpringDamperSystem(data, time; name)
114114
@named model = MassSpringDamper()
115115
116116
eqs = [connect(model.input, src.output)
117-
connect(src.input, clk.output)]
117+
connect(clk.output, src.input)]
118118
119119
ODESystem(eqs, t; name, systems = [src, clk, model])
120120
end

0 commit comments

Comments
 (0)