Diff

teal-src/util/encodings.d.tl @ 11459:86904555bffc

teal: Use new integer support in Teal 0.13.0
author Kim Alvefur <zash@zash.se>
date Thu, 18 Mar 2021 23:16:41 +0100
parent 11432:113f3912c7cb
child 12387:05c250fa335a
line wrap: on
line diff
--- a/teal-src/util/encodings.d.tl	Thu Mar 18 13:07:10 2021 +0100
+++ b/teal-src/util/encodings.d.tl	Thu Mar 18 23:16:41 2021 +0100
@@ -16,7 +16,7 @@
 	end
 	record utf8
 		valid : function (s : string) : boolean
-		length : function (s : string) : number
+		length : function (s : string) : integer
 	end
 	record confusable
 		skeleteon : function (s : string) : string