diff options
author | Kim Alvefur <zash@zash.se> | 2022-08-10 13:45:43 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-08-10 13:45:43 +0200 |
commit | 8e3e3f3bcd5dab436ac15f55c4244b20027ebabc (patch) | |
tree | e2c6747a28c336c3b56b4d154af647a58e6fa0d8 | |
parent | 6619b204e37f7d0b7c18a1194688f3c85e8447fa (diff) | |
download | prosody-8e3e3f3bcd5dab436ac15f55c4244b20027ebabc.tar.gz prosody-8e3e3f3bcd5dab436ac15f55c4244b20027ebabc.zip |
util.hex: Update Teal spec for function rename in a0ff5c438e9d
-rw-r--r-- | teal-src/util/hex.d.tl | 2 |
1 files changed, 2 insertions, 0 deletions
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 |