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

Fixed a typo in TextPropertyComponent

This commit is contained in:
ed 2017-09-21 10:09:57 +01:00
parent a5eebb37ef
commit 33f075212e

View file

@ -53,7 +53,7 @@ protected:
public:
/** Creates a text property component.
@param valueToControl The Value that is controlled by the TextPropertyCOmponent
@param valueToControl The Value that is controlled by the TextPropertyComponent
@param propertyName The name of the property
@param maxNumChars If not zero, then this specifies the maximum allowable length of
the string. If zero, then the string will have no length limit.