mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 05:32:32 +00:00
Fix doc comment in Sink (#215)
This commit is contained in:
parent
4bb832ba30
commit
b02529712d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ impl Sink {
|
|||
*self.sleep_until_end.lock().unwrap() = Some(self.queue_tx.append_with_signal(source));
|
||||
}
|
||||
|
||||
// Gets the volume of the sound.
|
||||
/// Gets the volume of the sound.
|
||||
///
|
||||
/// The value `1.0` is the "normal" volume (unfiltered input). Any value other than 1.0 will
|
||||
/// multiply each sample by this value.
|
||||
|
|
Loading…
Reference in a new issue