fixed nonsense documentation comment

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401658
This commit is contained in:
David Anderson 2007-10-29 00:33:20 +00:00
parent 142fb2f652
commit fe28f51e9a

View File

@ -46,7 +46,7 @@
* Calculates the length of a string.
*
* @param str String to check.
* @return Length of string, in cells (NOT characters).
* @return Number of valid character bytes in the string.
*/
native strlen(const String:str[]);