From c57969bc77a1be8e8f4b7dc0736371d8025e9666 Mon Sep 17 00:00:00 2001 From: James Roseborough Date: Thu, 29 Nov 2007 17:54:15 +0000 Subject: [PATCH] Replace middle dot with period in elipses --- src/core/org/luaj/lib/PackageLib.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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