diff --git a/lib/base/type.cpp b/lib/base/type.cpp index 67ca66f3e..845d113af 100644 --- a/lib/base/type.cpp +++ b/lib/base/type.cpp @@ -165,7 +165,7 @@ Field TypeType::GetFieldInfo(int id) const if (id == 0) return Field(0, "Object", "prototype", NULL, 0, 0); else if (id == 1) - return Field(1, "Object", "base", NULL, 0, 0); + return Field(1, "Type", "base", NULL, 0, 0); throw std::runtime_error("Invalid field ID."); }