Skip to content

Commit

Permalink
Update lib/protoflow-blocks/src/blocks/math/add.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Sarle <[email protected]>
Signed-off-by: Oleksandr Yakovenko <[email protected]>
  • Loading branch information
AlexSanches1 and SamuelSarle authored Dec 9, 2024
1 parent e039df6 commit 98b719f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protoflow-blocks/src/blocks/math/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct Add<T: Addable = f64> {
/// The input number stream.
#[input]
pub input: InputPort<T>,
/// The output stream of running totals.
/// The output port to send the result on.
#[output]
pub output: OutputPort<T>,
}
Expand Down

0 comments on commit 98b719f

Please sign in to comment.