refactor(util): remove comment about eq being broken

This commit is contained in:
Erica Marigold 2024-11-21 16:32:24 +05:30 committed by GitHub
parent afcc7f5f90
commit 249ed7e42f

View file

@ -1,4 +1,3 @@
-- !! FIXME: THIS IS BROKEN !!
local function eq(this: any, that: any): boolean local function eq(this: any, that: any): boolean
if type(this) ~= type(that) then if type(this) ~= type(that) then
return false return false