From 865b9ab46a8875596c49284c589734d071ba41a0 Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 16 Mar 2014 21:08:38 +0000 Subject: [PATCH] Documentation clean-up. --- modules/juce_data_structures/values/juce_Value.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;