Skip to content

Commit

Permalink
Correct misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrGlad committed Dec 1, 2024
1 parent 6eb2722 commit 62ee3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversions/sample_rate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ where
(first, next)
};

// Reducing nominator to avoid numeric overflows during interpolation.
// Reducing numerator to avoid numeric overflows during interpolation.
let (to, from) = Ratio::new(to, from).into_raw();

SampleRateConverter {
Expand Down

0 comments on commit 62ee3b3

Please sign in to comment.