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

Minor documentation typo.

This commit is contained in:
jules 2014-02-05 16:35:26 +00:00
parent 4fe7240eb2
commit 7d3782b9e9

View file

@ -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);