Skip to content

Commit

Permalink
better comment wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed Dec 30, 2023
1 parent 107ce0e commit 6f1a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ where
}

impl Sound {
/// Make a new [`Sound`] with sample_rate and frames.
/// Make a new [`Sound`] with a given sample rate and frames.
fn new(sample_rate: u32, frames: Arc<[Frame]>) -> Self {
let mut sound = Sound {
sample_rate,
Expand Down

0 comments on commit 6f1a204

Please sign in to comment.