From 8e3e3f3bcd5dab436ac15f55c4244b20027ebabc Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 10 Aug 2022 13:45:43 +0200 Subject: util.hex: Update Teal spec for function rename in a0ff5c438e9d --- teal-src/util/hex.d.tl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teal-src/util/hex.d.tl b/teal-src/util/hex.d.tl index 3b216a88..9d84540b 100644 --- a/teal-src/util/hex.d.tl +++ b/teal-src/util/hex.d.tl @@ -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 -- cgit v1.2.3