Diff

teal-src/util/uuid.d.tl @ 12802:4a8740e01813

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 12 Dec 2022 07:10:54 +0100
parent 12625:e43a01641ca1
line wrap: on
line diff
--- a/teal-src/util/uuid.d.tl	Mon Dec 12 20:40:23 2022 +0100
+++ b/teal-src/util/uuid.d.tl	Mon Dec 12 07:10:54 2022 +0100
@@ -1,5 +1,5 @@
 local record lib
-	get_nibbles : (number) : string
+	get_nibbles : function (number) : string
 	generate : function () : string
 
 	seed : function (string)