diff options
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. |