From 7d3782b9e9f2bb8f69f928beaf59f5137271f7cd Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 5 Feb 2014 16:35:26 +0000 Subject: [PATCH] Minor documentation typo. --- modules/juce_core/text/juce_String.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/text/juce_String.h b/modules/juce_core/text/juce_String.h index fb6d45ddf6..7b1c17bc81 100644 --- a/modules/juce_core/text/juce_String.h +++ b/modules/juce_core/text/juce_String.h @@ -84,7 +84,7 @@ public: because there's no other way to represent unicode strings in a way that isn't dependent on the compiler, source code editor and platform. - This will use up the the first maxChars characters of the string (or less if the string + This will use up to the first maxChars characters of the string (or less if the string is actually shorter). */ String (const char* text, size_t maxChars);