Fix MaxReducer docstring (#357)
This commit is contained in:
parent
b4e15fe9f3
commit
5878129d22
@ -35,7 +35,7 @@ where
|
|||||||
fn reduce(first: T, second: T) -> T;
|
fn reduce(first: T, second: T) -> T;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A [`MinReducer`] reduces [`Integer`] values and returns their maximum.
|
/// A [`MaxReducer`] reduces [`Integer`] values and returns their maximum.
|
||||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
#[derive(Serialize, Deserialize, Clone, Debug)]
|
||||||
pub struct MaxReducer {}
|
pub struct MaxReducer {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user