util.hex: Update Teal spec for function rename in a0ff5c438e9d

This commit is contained in:
Kim Alvefur 2022-08-10 13:45:43 +02:00
parent 6619b204e3
commit 8e3e3f3bcd

View file

@ -2,5 +2,7 @@ local type s2s = function (s : string) : string
local record lib
to : s2s
from : s2s
encode : s2s
decode : s2s
end
return lib