diff options
author | Lua Team <team@lua.org> | 2006-02-07 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2006-02-07 12:00:00 +0000 |
commit | 43fb64048e381a76d6cd363dedd9ccc8a85b9b31 (patch) | |
tree | 98ca9eb0375499f20a4ca13d2cbbc4451f6e9477 /doc/lua.html | |
parent | b487a3dce43e449acf3852ec56345e2860cfeab7 (diff) | |
download | lua-github-5.1-rc3.tar.gz |
Lua 5.1-rc35.1-rc3
Diffstat (limited to 'doc/lua.html')
-rw-r--r-- | doc/lua.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua.html b/doc/lua.html index 5900321f..1d435ab0 100644 --- a/doc/lua.html +++ b/doc/lua.html @@ -149,7 +149,7 @@ is executed. <P> <B>-l </B><I>name</I> call -<B>require(' name</B><I>')</I> +<B>require</B>('<I>name</I>') before executing <I>script</I>. Typically used to load libraries. |