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:
parent
4fe7240eb2
commit
7d3782b9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue