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