diff --git a/src/core/org/luaj/vm2/LuaTable.java b/src/core/org/luaj/vm2/LuaTable.java index a9fcc832..93cf9980 100644 --- a/src/core/org/luaj/vm2/LuaTable.java +++ b/src/core/org/luaj/vm2/LuaTable.java @@ -52,7 +52,7 @@ import java.util.Vector; * break; * LuaValue v = n.arg(2) * process( k, v ) - * } + * }} * *
* As with other types, {@link LuaTable} instances should be constructed via one of the table constructor diff --git a/src/core/org/luaj/vm2/LuaValue.java b/src/core/org/luaj/vm2/LuaValue.java index de3cbbd7..c2f86632 100644 --- a/src/core/org/luaj/vm2/LuaValue.java +++ b/src/core/org/luaj/vm2/LuaValue.java @@ -1305,7 +1305,7 @@ public class LuaValue extends Varargs { * break; * LuaValue v = n.arg(2) * process( k, v ) - * } + * }} * @param index {@link LuaInteger} value identifying a key to start from, * or {@link NIL} to start at the beginning * @return {@link Varargs} containing {key,value} for the next entry,