Browse Source

Fixed a documentation typo

tags/2021-05-28
ed 7 years ago
parent
commit
fef47b8f68
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/maths/juce_NormalisableRange.h

+ 1
- 1
modules/juce_core/maths/juce_NormalisableRange.h View File

@@ -267,7 +267,7 @@ private:
{
auto clampedValue = jlimit (static_cast<ValueType> (0), static_cast<ValueType> (1), value);
// If you his this assertion then either your normalisation function is not working
// If you hit this assertion then either your normalisation function is not working
// correctly or your input is out of the expected bounds.
jassert (clampedValue == value);


Loading…
Cancel
Save