mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
refactor(util): remove comment about eq
being broken
This commit is contained in:
parent
afcc7f5f90
commit
249ed7e42f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue