# HG changeset patch # User Kim Alvefur # Date 1621545234 -7200 # Node ID 60bee6822d79dd604b09e93a90727b68851c3274 # Parent fbd1ebd86369976517260c8d456f17b3d34b16b1 teal: Describe util.net.local_addresses() return type diff -r fbd1ebd86369 -r 60bee6822d79 teal-src/util/net.d.tl --- 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