changeset 553:b1256e2d19a3

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 18 Jun 2015 03:14:07 -0600
parents b57a2e367d1a
children 18504c41b0be
files website/src/manual.html.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.