summaryrefslogtreecommitdiff
path: root/doc/lua.html
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2006-02-07 12:00:00 +0000
committerrepogen <>2006-02-07 12:00:00 +0000
commit43fb64048e381a76d6cd363dedd9ccc8a85b9b31 (patch)
tree98ca9eb0375499f20a4ca13d2cbbc4451f6e9477 /doc/lua.html
parentb487a3dce43e449acf3852ec56345e2860cfeab7 (diff)
downloadlua-github-5.1-rc3.tar.gz
Lua 5.1-rc35.1-rc3
Diffstat (limited to 'doc/lua.html')
-rw-r--r--doc/lua.html2
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.