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

Fixed typo in docs of MultiChoicePropertyComponent

This commit is contained in:
Noah Dayan 2018-03-29 15:27:53 +01:00
parent db1e454f45
commit 65c82b99db

View file

@ -51,7 +51,7 @@ public:
These are the values that will be read and written to the
valueToControl value. This array must contain the same number of items
as the choices array
@param maxChoice the maxmimum number of values which can be selected at once. The default of
@param maxChoices the maxmimum number of values which can be selected at once. The default of
-1 will not limit the number that can be selected
*/
MultiChoicePropertyComponent (const Value& valueToControl,
@ -69,7 +69,7 @@ public:
These are the values that will be read and written to the
valueToControl value. This array must contain the same number of items
as the choices array
@param maxChoice the maxmimum number of values which can be selected at once. The default of
@param maxChoices the maxmimum number of values which can be selected at once. The default of
-1 will not limit the number that can be selected
*/
MultiChoicePropertyComponent (ValueWithDefault& valueToControl,