From c8b402e00442cd249397d4d33d2723a1f08a8108 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Sun, 18 Jul 2004 22:56:14 +0000 Subject: Changed send function. --- doc/introduction.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/introduction.html') diff --git a/doc/introduction.html b/doc/introduction.html index 6468148..20c4d36 100644 --- a/doc/introduction.html +++ b/doc/introduction.html @@ -113,7 +113,7 @@ The core LuaSocket is almost entirely implemented in C. It is usually available as a dynamic library which the interpreter can load with the help of a loader module written in Lua. Beginning with version 2.0 and following the Lua 5.0 trend, all LuaSocket -functionality is defined inside tables (or rather a namespaces). No global +functionality is defined inside tables (or rather namespaces). No global variables are ever created. Namespaces are obtained with the require Lua function, which loads and initializes any required library and returns the namespace. -- cgit v1.2.3-55-g6feb