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:
parent
2dd1a80469
commit
fef47b8f68
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue