From 24e99bf40ac71106add5164b5687234aa432c0d9 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 20 May 2021 23:13:54 +0200 Subject: teal: Describe util.net.local_addresses() return type --- teal-src/util/net.d.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teal-src') diff --git a/teal-src/util/net.d.tl b/teal-src/util/net.d.tl index 3fd69748..1040fcef 100644 --- a/teal-src/util/net.d.tl +++ b/teal-src/util/net.d.tl @@ -6,7 +6,7 @@ local enum type_strings 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 -- cgit v1.2.3