aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/id.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/id.d.tl')
-rw-r--r--teal-src/util/id.d.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/teal-src/util/id.d.tl b/teal-src/util/id.d.tl
index 0f7aeafc..4b6c93b7 100644
--- a/teal-src/util/id.d.tl
+++ b/teal-src/util/id.d.tl
@@ -2,7 +2,7 @@ local record lib
short : function () : string
medium : function () : string
long : function () : string
- custom : function (number) : function () : string
+ custom : function (integer) : function () : string
end
return lib