From 68bd726177faea0b876d77ee0f2cf227d160e4b6 Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Fri, 21 Jul 2023 16:17:55 +0530 Subject: [PATCH] docs: fix `Blocks.Sum` docstring --- src/Blocks/math.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: