Browse Source

Fixed a spelling mistake.

tags/2021-05-28
jules 10 years ago
parent
commit
ac3d4ce36b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      modules/juce_core/text/juce_String.h

+ 2
- 2
modules/juce_core/text/juce_String.h 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);


Loading…
Cancel
Save