diff --git a/table.lua b/table.lua index e60bcc8..7fcc420 100644 --- a/table.lua +++ b/table.lua @@ -339,7 +339,7 @@ function deepcopy(table) return _deepcopy(table) end -tablecopy = deepcopy +tablecopy = deepcopy --! deprecated alias copy = deepcopy function count(table)