Fix doc comment in Sink (#215)

This commit is contained in:
Joe Clay 2019-01-28 19:16:02 +00:00 committed by Pierre Krieger
parent 4bb832ba30
commit b02529712d

View file

@ -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.