1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix documentation typo

This commit is contained in:
ed 2021-11-03 13:58:02 +00:00
parent c45c1afc7e
commit 75c1d69f0a

View file

@ -46,7 +46,7 @@ namespace DelayLineInterpolationTypes
/**
Successive samples in the delay line will be linearly interpolated. This
type of interpolation has a low compuational cost where the delay can be
type of interpolation has a low computational cost where the delay can be
modulated in real time, but it also introduces a low-pass filtering effect
into your audio signal.