From d18097fb6700ede8bdb47388e51e0850d0d828f6 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 18 Mar 2021 23:16:41 +0100 Subject: teal: Use new integer support in Teal 0.13.0 --- teal-src/util/crand.d.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teal-src/util/crand.d.tl') 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 -- cgit v1.2.3