Changeset

12606:6683beb96e01

util.hex: Update Teal spec for function rename in a0ff5c438e9d
author Kim Alvefur <zash@zash.se>
date Wed, 10 Aug 2022 13:45:43 +0200
parents 12605:053417068957
children 12607:8943ae10f7e8
files teal-src/util/hex.d.tl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/teal-src/util/hex.d.tl	Mon Aug 08 20:33:44 2022 +0200
+++ b/teal-src/util/hex.d.tl	Wed Aug 10 13:45:43 2022 +0200
@@ -2,5 +2,7 @@
 local record lib
 	to : s2s
 	from : s2s
+	encode : s2s
+	decode : s2s
 end
 return lib