util/CharUtil: minor API documentation fix
This commit is contained in:
parent
f4627acc48
commit
91a12f76cd
@ -128,7 +128,7 @@ ToUpperASCII(char ch)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert the specified ASCII character (0x00..0x7f) to lower case.
|
* Convert the specified ASCII character (0x00..0x7f) to lower case.
|
||||||
* Unlike toupper(), it ignores the system locale.
|
* Unlike tolower(), it ignores the system locale.
|
||||||
*/
|
*/
|
||||||
constexpr
|
constexpr
|
||||||
static inline char
|
static inline char
|
||||||
|
Loading…
Reference in New Issue
Block a user