aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/table.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/table.d.tl')
-rw-r--r--teal-src/util/table.d.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/teal-src/util/table.d.tl b/teal-src/util/table.d.tl
index 6f8c7e4a..0ff5ed95 100644
--- a/teal-src/util/table.d.tl
+++ b/teal-src/util/table.d.tl
@@ -1,5 +1,5 @@
local record lib
- create : function (narr:number, nrec:number):table
+ create : function (narr:integer, nrec:integer):table
pack : function (...:any):{any}
end
return lib