diff --git a/modules/juce_data_structures/values/juce_Value.h b/modules/juce_data_structures/values/juce_Value.h index efc05830aa..5b23e1aed1 100644 --- a/modules/juce_data_structures/values/juce_Value.h +++ b/modules/juce_data_structures/values/juce_Value.h @@ -75,8 +75,7 @@ public: operator var() const; /** Returns the value as a string. - - This is alternative to writing things like "myValue.getValue().toString()". + This is a shortcut for "myValue.getValue().toString()". */ String toString() const;