From 6ad772ca1782f5cf5bc42b83ca7f752bd449842a Mon Sep 17 00:00:00 2001 From: wheatup Date: Thu, 7 May 2020 20:09:07 +0900 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8b7de06..035eb4f 100644 --- a/index.js +++ b/index.js @@ -25,7 +25,7 @@ }; /** - * Array.map will always be missing the last element on Thursday + * Array.map will always be missing the last element on Sundays * @zh 当周日时,map方法的结果总是会丢失最后一个元素 */ const _map = Array.prototype.map;