1
0
Fork 0
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:
jules 2016-05-31 11:29:25 +01:00
parent db7ada59b1
commit 565d664c58

View file

@ -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. */