util.uuid: Fix syntax of Teal interface declaration file

This commit is contained in:
Kim Alvefur 2022-08-10 15:10:14 +02:00
parent 93f6968077
commit 9daa82bfc1

View file

@ -1,5 +1,5 @@
local record lib
get_nibbles : (number) : string
get_nibbles : function (number) : string
generate : function () : string
seed : function (string)