Mercurial > prosody-hg
diff teal-src/util/net.d.tl @ 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 | 113f3912c7cb |
| children |
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
