From 53b0c8e1fd00ad9a98f1087cd1945dca7553afc9 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sat, 23 Oct 2021 00:33:27 +0200 Subject: [PATCH] Fixed comment --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index d15e9d3..bed273a 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -78,7 +78,7 @@ export function removeHidden(from: Array): Array { } /** - * Freezes recursively an object and all of its properties + * Clones recursively an object and all of its properties * * @param object * @returns