mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
spelling fixes
This commit is contained in:
parent
5f0c8d47ae
commit
2af7585fc2
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
/**
|
||||
Holds a set of primitive values, storing them as a set of ranges.
|
||||
|
||||
This container acts like an array, but can efficiently hold large continguous
|
||||
This container acts like an array, but can efficiently hold large contiguous
|
||||
ranges of values. It's quite a specialised class, mostly useful for things
|
||||
like keeping the set of selected rows in a listbox.
|
||||
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ public:
|
|||
*/
|
||||
bool isVisible() const noexcept { return flags.visibleFlag; }
|
||||
|
||||
/** Called when this component's visiblility changes.
|
||||
/** Called when this component's visibility changes.
|
||||
@see setVisible, isVisible
|
||||
*/
|
||||
virtual void visibilityChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue