From 8d8c69beb8b4be2a4efbee9c2032ab2dc646fa69 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 4 Dec 2017 09:09:41 +0000 Subject: [PATCH] Documentation typo fix --- modules/juce_dsp/processors/juce_Oversampling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */