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

Fixed a spelling mistake.

This commit is contained in:
jules 2015-06-02 12:51:08 +01:00
parent 58105cde57
commit ac3d4ce36b

View file

@ -89,12 +89,12 @@ public:
*/
String (const char* text, size_t maxChars);
/** Creates a string from a whcar_t character string.
/** Creates a string from a wchar_t character string.
Depending on the platform, this may be treated as either UTF-32 or UTF-16.
*/
String (const wchar_t* text);
/** Creates a string from a whcar_t character string.
/** Creates a string from a wchar_t character string.
Depending on the platform, this may be treated as either UTF-32 or UTF-16.
*/
String (const wchar_t* text, size_t maxChars);