From c7483d92b79cc07c603b5b412694dbb69b0eaee7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 9 Mar 2019 15:54:37 -0800 Subject: [PATCH] Tidying up --- lib/core/metaprogramming.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/metaprogramming.nom b/lib/core/metaprogramming.nom index 55cab2a..8fe09ca 100644 --- a/lib/core/metaprogramming.nom +++ b/lib/core/metaprogramming.nom @@ -410,7 +410,7 @@ external: lua> (" local class = getmetatable(\$) ::check_parent:: - if not class or not class.__type then return 'a '..lua_type:capitalized() == \$type end + if not class or not class.__type then return 'a '..\(lua type of $):capitalized() == \$type end if class.__type == \$type then return true end local class_mt = getmetatable(class) if class_mt.__index and class_mt.__index ~= class then