diff --git a/src/as/com/threerings/util/ArrayUtil.as b/src/as/com/threerings/util/ArrayUtil.as index d149a0d33..2b8c9d03b 100644 --- a/src/as/com/threerings/util/ArrayUtil.as +++ b/src/as/com/threerings/util/ArrayUtil.as @@ -32,7 +32,8 @@ public class ArrayUtil { /** * Creates a shallow copy of the array. - * @TODO: add support for copy ranges and deep copies? + * + * @internal TODO: add support for copy ranges and deep copies? */ public static function copyOf (arr :Array) :Array {