From e8f69e014821d46b6a2afecaa9c4a17126a82838 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 10 Jul 2008 20:55:58 +0000 Subject: [PATCH] Comment clarification. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5228 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/StringUtil.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/util/StringUtil.as b/src/as/com/threerings/util/StringUtil.as index dfd44ab8f..bbe51350e 100644 --- a/src/as/com/threerings/util/StringUtil.as +++ b/src/as/com/threerings/util/StringUtil.as @@ -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 {