mikymod 12 年之前
父節點
當前提交
7c4b48681f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      engine/lua/LuaStack.h

+ 1 - 1
engine/lua/LuaStack.h

@@ -224,7 +224,7 @@ public:
 		lua_setfield(m_state, -2, key);		
 	}
 
-	/// Sets table's __index metamethod to its self
+	/// Sets table's __index metamethod to itself
 	void set_self_index()
 	{
 		lua_pushvalue(m_state, -1);