mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Fixed a typo in a comment
This commit is contained in:
parent
db7ada59b1
commit
565d664c58
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ public:
|
|||
/** Returns the number of channels in the set. */
|
||||
int size() const noexcept;
|
||||
|
||||
/** Returns the number of channels in the set. */
|
||||
/** Returns true if there are no channels in the set. */
|
||||
bool isDisabled() const noexcept { return size() == 0; }
|
||||
|
||||
/** Returns an array of all the types in this channel set. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue