Update sink.rs (#521)

This commit is contained in:
willxw 2023-10-23 13:06:28 +01:00 committed by GitHub
parent 8eaa226cef
commit 35dc35f426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ use crate::stream::{OutputStreamHandle, PlayError};
use crate::{queue, source::Done, Sample, Source};
use cpal::FromSample;
/// Handle to an device that outputs sounds.
/// Handle to a device that outputs sounds.
///
/// Dropping the `Sink` stops all sounds. You can use `detach` if you want the sounds to continue
/// playing.