mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix some typos
This commit is contained in:
parent
3366ad4ed4
commit
c072b1bc8e
24 changed files with 35 additions and 35 deletions
|
|
@ -113,7 +113,7 @@ public:
|
|||
/** Returns the minimum value for this range. */
|
||||
double getMinimumValue() const noexcept { return range.min; }
|
||||
|
||||
/** Returns the maxiumum value for this range. */
|
||||
/** Returns the maximum value for this range. */
|
||||
double getMaximumValue() const noexcept { return range.max; }
|
||||
|
||||
/** Returns the interval for this range. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue