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/random.d.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teal-src/util/random.d.tl') diff --git a/teal-src/util/random.d.tl b/teal-src/util/random.d.tl index 6f64f2e5..83ff2fcc 100644 --- a/teal-src/util/random.d.tl +++ b/teal-src/util/random.d.tl @@ -1,4 +1,4 @@ local record lib - bytes : function (n:number):string + bytes : function (n:integer):string end return lib -- cgit v1.2.3