1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

Fixed a documentation typo

This commit is contained in:
ed 2018-04-30 08:41:42 +01:00
parent 2dd1a80469
commit fef47b8f68

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);