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:
parent
6986010bb7
commit
a14f6abbe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue