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