aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-12 06:27:58 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-12 06:27:58 +0000
commit5a7a23a7ef96abf19394991006f3ca2835c0152c (patch)
tree22a16a925dd3ad90ad1190ff08030404a43bcec7
parentfd3cb870d31749f1c8254c964c19e76956e58916 (diff)
downloadluasocket-5a7a23a7ef96abf19394991006f3ca2835c0152c.tar.gz
luasocket-5a7a23a7ef96abf19394991006f3ca2835c0152c.tar.bz2
luasocket-5a7a23a7ef96abf19394991006f3ca2835c0152c.zip
Stupid bug.
-rw-r--r--doc/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 69a8a68..23bda72 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -141,7 +141,7 @@ do the following:
141<pre class=example> 141<pre class=example>
142c:\luasocket\&gt; lua 142c:\luasocket\&gt; lua
143Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio 143Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
144&gt; http = require"http" 144&gt; http = require"socket.http"
145&gt; print(http.request"http://www.tecgraf.puc-rio.br/luasocket/") 145&gt; print(http.request"http://www.tecgraf.puc-rio.br/luasocket/")
146--&gt; the source to this web page gets dumped to terminal 146--&gt; the source to this web page gets dumped to terminal
147</pre> 147</pre>