mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 14:14:21 +00:00
take: fix doc comment
This commit is contained in:
parent
4bb832ba30
commit
e8ce0659a7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue