aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/util/net.d.tl2
1 files changed, 1 insertions, 1 deletions
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