1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00

Corrected a typo in the documentation

This commit is contained in:
jules 2015-12-10 09:08:42 +00:00
parent 6986010bb7
commit a14f6abbe0

View file

@ -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 <typename Type>
Type jlimit (const Type lowerLimit,