Changeset

11577:60bee6822d79

teal: Describe util.net.local_addresses() return type
author Kim Alvefur <zash@zash.se>
date Thu, 20 May 2021 23:13:54 +0200
parents 11576:fbd1ebd86369
children 11578:dfc5d8f6788e
files teal-src/util/net.d.tl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/teal-src/util/net.d.tl	Thu May 20 23:09:45 2021 +0200
+++ b/teal-src/util/net.d.tl	Thu May 20 23:13:54 2021 +0200
@@ -6,7 +6,7 @@
 end
 
 local record lib
-	local_addresses : function (type_strings, boolean)
+	local_addresses : function (type_strings, boolean) : { string }
 	pton : function (string):string
 	ntop : function (string):string
 end