diff website/src/manual.html.luan @ 553:b1256e2d19a3

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 18 Jun 2015 03:14:07 -0600
parents 0dfc01d8d42d
children e25ba7a2e816
line wrap: on
line diff
--- a/website/src/manual.html.luan	Thu Jun 18 02:47:39 2015 -0600
+++ b/website/src/manual.html.luan	Thu Jun 18 03:14:07 2015 -0600
@@ -2332,7 +2332,7 @@
 A table used by <a href="#Package.load"><tt>Package.load</tt></a> to control which
 modules are already loaded.
 When you load a module <tt>mod_uri</tt> and
-<tt>Package.loaded[modname]</tt> is not <b>nil</b>,
+<tt>Package.loaded[mod_uri]</tt> is not <b>nil</b>,
 <a href="#Package.load"><tt>Package.load</tt></a> simply returns the value stored there.