diff options
Diffstat (limited to 'types/socket.d.tl')
| -rw-r--r-- | types/socket.d.tl | 6 |
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 @@ | |||
| 1 | local ltn12 = require("ltn12") | 1 | local ltn12 = require("ltn12") |
| 2 | local Sink = ltn12.Sink | 2 | local type Sink = ltn12.Sink |
| 3 | local Source = ltn12.Source | 3 | local type Source = ltn12.Source |
| 4 | 4 | ||
| 5 | local record socket | 5 | local record socket |
| 6 | record TCP | 6 | record TCP |
| @@ -155,4 +155,4 @@ local record socket | |||
| 155 | _VERSION: string | 155 | _VERSION: string |
| 156 | end | 156 | end |
| 157 | 157 | ||
| 158 | return socket \ No newline at end of file | 158 | return socket |
