diff --git a/src/Blocks/math.jl b/src/Blocks/math.jl index f70c34e04..86045ec52 100644 --- a/src/Blocks/math.jl +++ b/src/Blocks/math.jl @@ -57,10 +57,10 @@ end MatrixGain.f(K; name) = MatrixGain.f(; name, K) """ - Sum(; input.nin::Int, name) + Sum(; input__nin::Int, name) Output the sum of the elements of the input port vector. -Input port dimension can be set with `input.nin` +Input port dimension can be set with `input__nin` # Connectors: