Skip to content

Commit

Permalink
fixes for the reduce
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <shubhamdixit863@gmail.com>
  • Loading branch information
shubhamdixit863 committed May 22, 2024
1 parent e2bddab commit d15690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reduce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub trait Reducer {
/// impl numaflow::reduce::ReducerCreator for CounterCreator {
/// type R = Counter;
///
/// fn create(&self) -> Counter {
/// fn create(&self) -> Self::R {
/// Counter::new()
/// }
/// }
Expand Down

0 comments on commit d15690f

Please sign in to comment.