diff options
Diffstat (limited to 'doc/ltn12.html')
-rw-r--r-- | doc/ltn12.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ltn12.html b/doc/ltn12.html index 44fcbe4..c5a0f59 100644 --- a/doc/ltn12.html +++ b/doc/ltn12.html | |||
@@ -271,7 +271,7 @@ The function returns the sink and the table used to store the chunks. | |||
271 | 271 | ||
272 | <pre class=example> | 272 | <pre class=example> |
273 | -- load needed modules | 273 | -- load needed modules |
274 | local http = require("http") | 274 | local http = require("socket.http") |
275 | local ltn12 = require("ltn12") | 275 | local ltn12 = require("ltn12") |
276 | 276 | ||
277 | -- a simplified http.get function | 277 | -- a simplified http.get function |