From 3a2d10d8cfb773596155751e30017b1471f8f320 Mon Sep 17 00:00:00 2001 From: Tangent / Rose / Nebula Rosa Date: Thu, 19 Sep 2024 07:41:34 +0000 Subject: [PATCH] fix typo deecopy Original source was a gist? https://gist.github.com/Deco/3985043 --- deepcopy.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deepcopy.lua b/deepcopy.lua index d642295..a36d06a 100644 --- a/deepcopy.lua +++ b/deepcopy.lua @@ -25,8 +25,8 @@ Usage ----- - copy = table.deecopy(orig) - copy = table.deecopy(orig, params, customcopyfunc_list) + copy = table.deepcopy(orig) + copy = table.deepcopy(orig, params, customcopyfunc_list) `params` is a table of parameters to inform the copy functions how to copy the data. The default ones available are: