From d2523d62d5c4af32b0a4bc9ee7ff402f79b1c91d Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Thu, 4 Sep 2025 01:34:31 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 440487b..68973cf 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ console.log(uniqueArray); - `result`: 用于存储结果的数组,默认为空数组。 ```javascript -const nestedArray = [1, [2, [3, [4]], 5]]; +const nestedArray = [1, [2, [3, [4]], 5]; const demotedArray = arrayDemote(nestedArray); console.log(demotedArray); // 输出: 降维后的数组 [1, 2, 3, 4, 5] @@ -786,4 +786,4 @@ https://gitee.com/DieHunter/timer-manager-lib #### js-log-lib -https://gitee.com/DieHunter/js-log-lib +https://gitee.com/DieHunter/js-log-lib \ No newline at end of file -- Gitee