fadein: fix documentation

This commit is contained in:
Ben Boeckel 2019-01-26 16:42:15 -05:00
parent e8ce0659a7
commit 404e77351b

View file

@ -18,7 +18,7 @@ where
} }
} }
/// Filter that modifies each sample by a given value. /// Filter that modifies raises the volume from silence over a time period.
#[derive(Clone, Debug)] #[derive(Clone, Debug)]
pub struct FadeIn<I> pub struct FadeIn<I>
where where