aboutsummaryrefslogtreecommitdiff
path: root/types/socket.d.tl
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-10-21 14:50:52 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-10-21 14:50:52 -0300
commiteae4e554d00000025c7d03e8a17bdb7245c7beff (patch)
tree04b7db1d2dffd9c91570f96110e240b92c30dda2 /types/socket.d.tl
parentd1e854908ae9b8f20fa7209bcf8daed74e08fea0 (diff)
downloadluarocks-eae4e554d00000025c7d03e8a17bdb7245c7beff.tar.gz
luarocks-eae4e554d00000025c7d03e8a17bdb7245c7beff.tar.bz2
luarocks-eae4e554d00000025c7d03e8a17bdb7245c7beff.zip
types: use 'local type' on type aliases
Diffstat (limited to 'types/socket.d.tl')
-rw-r--r--types/socket.d.tl6
1 files changed, 3 insertions, 3 deletions
diff --git a/types/socket.d.tl b/types/socket.d.tl
index e62e907b..f450503b 100644
--- a/types/socket.d.tl
+++ b/types/socket.d.tl
@@ -1,6 +1,6 @@
1local ltn12 = require("ltn12") 1local ltn12 = require("ltn12")
2local Sink = ltn12.Sink 2local type Sink = ltn12.Sink
3local Source = ltn12.Source 3local type Source = ltn12.Source
4 4
5local record socket 5local record socket
6 record TCP 6 record TCP
@@ -155,4 +155,4 @@ local record socket
155 _VERSION: string 155 _VERSION: string
156end 156end
157 157
158return socket \ No newline at end of file 158return socket