aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/crand.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/crand.d.tl')
-rw-r--r--teal-src/util/crand.d.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/teal-src/util/crand.d.tl b/teal-src/util/crand.d.tl
index 80564025..b40cb67e 100644
--- a/teal-src/util/crand.d.tl
+++ b/teal-src/util/crand.d.tl
@@ -1,5 +1,5 @@
local record lib
- bytes : function (n : number) : string
+ bytes : function (n : integer) : string
enum sourceid "OpenSSL" "arc4random()" "Linux" end
_source : sourceid
end