Skip to content

Commit

Permalink
fix tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Hundt committed Dec 15, 2014
1 parent dd2d65a commit d462595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ local function _is_type(m_a, m_b)
elseif m_a == m_b then
return true
else
return is_type(m_a.__base, m_b)
return _is_type(m_a.__base, m_b)
end
end

Expand Down

0 comments on commit d462595

Please sign in to comment.