From 65c82b99dbb5cefef02157ca8f0cbc03e406d541 Mon Sep 17 00:00:00 2001 From: Noah Dayan Date: Thu, 29 Mar 2018 15:27:53 +0100 Subject: [PATCH] Fixed typo in docs of MultiChoicePropertyComponent --- .../properties/juce_MultiChoicePropertyComponent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h b/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h index 726f0b67b1..2a4b3fb415 100644 --- a/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h @@ -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,