From e55116769765f7ff4fa85a9373d18152c90d3e71 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Tue, 11 Aug 2026 10:00:54 +0800 Subject: [PATCH] TS: fix comments (#18067) Signed-off-by: Jin Hai --- web/src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/utils/index.ts b/web/src/utils/index.ts index 69cb76cc9c..2ba3f4d5cb 100644 --- a/web/src/utils/index.ts +++ b/web/src/utils/index.ts @@ -1,6 +1,6 @@ /** * @param {String} url - * @param {Boolean} isNoCaseSensitive 是否区分大小写 + * @param {Boolean} isNoCaseSensitive * @return {Object} */ // import numeral from 'numeral';