Fix description for CharToLower and CharToUpper v2 (#750)
This commit is contained in:
parent
1293d15f72
commit
64a6972757
@ -392,7 +392,7 @@ native bool IsCharLower(int chr);
|
|||||||
native bool StripQuotes(char[] text);
|
native bool StripQuotes(char[] text);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a lowercase character to an uppercase character.
|
* Converts a lowercase character to its uppercase counterpart.
|
||||||
*
|
*
|
||||||
* @param chr Character to convert.
|
* @param chr Character to convert.
|
||||||
* @return Uppercase character on success,
|
* @return Uppercase character on success,
|
||||||
@ -408,7 +408,7 @@ stock int CharToUpper(int chr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an uppercase character to a lowercase character.
|
* Converts an uppercase character to its lowercase counterpart.
|
||||||
*
|
*
|
||||||
* @param chr Character to convert.
|
* @param chr Character to convert.
|
||||||
* @return Lowercase character on success,
|
* @return Lowercase character on success,
|
||||||
|
Loading…
Reference in New Issue
Block a user