Skip to content

Commit 2aa4cb6

Browse files
authored
Update index.md
1 parent faa2365 commit 2aa4cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ addP = sumblock("uP = yF + yC") # Sum node before P with inputs yF, yC and outpu
103103
addC = sumblock("uC = yR - yP") # Sum node before C (drawn as two arrows into C in the diagram)
104104

105105
connections = [
106-
:yP => :yP # P's output to addP's input
106+
:yP => :yP # P's output to addC's input
107107
:uP => :uP # addP's output is called the same as P's input
108108
:yC => :yC
109109
:yF => :yF

0 commit comments

Comments
 (0)