take: fix doc comment

This commit is contained in:
Ben Boeckel 2019-01-26 16:41:36 -05:00
parent 4bb832ba30
commit e8ce0659a7

View file

@ -3,7 +3,7 @@ use std::time::Duration;
use Sample;
use Source;
/// Internal function that builds a `Repeat` object.
/// Internal function that builds a `TakeDuration` object.
pub fn take_duration<I>(input: I, duration: Duration) -> TakeDuration<I>
where
I: Source,