diff --git a/modules/juce_dsp/processors/juce_Oversampling.h b/modules/juce_dsp/processors/juce_Oversampling.h index 159f0a5dce..15c268acc8 100644 --- a/modules/juce_dsp/processors/juce_Oversampling.h +++ b/modules/juce_dsp/processors/juce_Oversampling.h @@ -50,7 +50,7 @@ class OversamplingEngine; Choose between FIR or IIR filtering depending on your needs in term of latency and phase distortion. With FIR filters, the phase is linear but the latency is maximum. With IIR filtering, the phase is compromised around the - Nyquist frequency but the phase is minimum. + Nyquist frequency but the latency is minimum. @see FilterDesign. */