diff --git a/src/core/org/luaj/lib/PackageLib.java b/src/core/org/luaj/lib/PackageLib.java index 35c40c40..127cb0a7 100644 --- a/src/core/org/luaj/lib/PackageLib.java +++ b/src/core/org/luaj/lib/PackageLib.java @@ -117,7 +117,7 @@ public class PackageLib extends LFunction { // ======================== Module, Package loading ============================= /** - * module (name [, ···]) + * module (name [, ...]) * * Creates a module. If there is a table in package.loaded[name], this table * is the module. Otherwise, if there is a global table t with the given