From ea2976abe35af2114cd78e2ebf71ef6a4f4b4fe2 Mon Sep 17 00:00:00 2001 From: zhangrongjie Date: Tue, 24 Jun 2025 10:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=8F=8F=E8=BF=B0=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangrongjie --- api/@ohos.arkui.ArcList.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.arkui.ArcList.d.ts b/api/@ohos.arkui.ArcList.d.ts index 233380b8ac..7f79f569b8 100755 --- a/api/@ohos.arkui.ArcList.d.ts +++ b/api/@ohos.arkui.ArcList.d.ts @@ -266,7 +266,7 @@ export declare class ArcListAttribute extends CommonMethod { /** * Limit the max speed when fling. * - * @param { Optional } speed - Max fling speed, the minimum value is 0, the maximum value is not limited. + * @param { Optional } speed - Max fling speed, the value needs to be a positive number, the maximum value is not limited. * The unit is vp/s. * @returns { ArcListAttribute } * @syscap SystemCapability.ArkUI.ArkUI.Circle -- Gitee