Fixed description for CharToLower and CharToUpper (#564)

This commit is contained in:
ErikMinekus
2016-12-04 09:08:13 -05:00
committed by Nicholas Hastings
parent 151834a948
commit 19db7aef46
+2 -2
View File
@@ -392,7 +392,7 @@ native bool IsCharLower(int chr);
native bool StripQuotes(char[] text);
/**
* Returns an uppercase character to a lowercase character.
* Returns a lowercase character to an uppercase character.
*
* @param chr Character to convert.
* @return Uppercase character on success,
@@ -408,7 +408,7 @@ stock int CharToUpper(int chr)
}
/**
* Returns a lowercase character to an uppercase character.
* Returns an uppercase character to a lowercase character.
*
* @param chr Character to convert.
* @return Lowercase character on success,