Correct misprint

This commit is contained in:
Petr Gladkikh 2024-12-01 14:59:46 +04:00
parent 6eb27229a9
commit 62ee3b3309

View file

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