From a14f6abbe09ca089e63b841eddfcc4a95cca0e14 Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 10 Dec 2015 09:08:42 +0000 Subject: [PATCH] Corrected a typo in the documentation --- modules/juce_core/maths/juce_MathsFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/maths/juce_MathsFunctions.h b/modules/juce_core/maths/juce_MathsFunctions.h index faa85e024c..0124112e07 100644 --- a/modules/juce_core/maths/juce_MathsFunctions.h +++ b/modules/juce_core/maths/juce_MathsFunctions.h @@ -215,7 +215,7 @@ void findMinAndMax (const Type* values, int numValues, Type& lowest, Type& highe @param valueToConstrain the value to try to return @returns the closest value to valueToConstrain which lies between lowerLimit and upperLimit (inclusive) - @see jlimit0To, jmin, jmax + @see jmin, jmax, jmap */ template Type jlimit (const Type lowerLimit,