Skip to content

Commit 68bd726

Browse files
docs: fix Blocks.Sum docstring
1 parent a5c2c01 commit 68bd726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Blocks/math.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ end
5757
MatrixGain.f(K; name) = MatrixGain.f(; name, K)
5858

5959
"""
60-
Sum(; input.nin::Int, name)
60+
Sum(; input__nin::Int, name)
6161
6262
Output the sum of the elements of the input port vector.
63-
Input port dimension can be set with `input.nin`
63+
Input port dimension can be set with `input__nin`
6464
6565
# Connectors:
6666

0 commit comments

Comments
 (0)