Comment clarification.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5228 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-07-10 20:55:58 +00:00
parent fe5d4b47ef
commit e8f69e0148
+1 -1
View File
@@ -45,7 +45,7 @@ public class StringUtil
}
/**
* Is the specified string null or does it contain only whitespace?
* Is the specified string null, empty, or does it contain only whitespace?
*/
public static function isBlank (str :String) :Boolean
{