diff --git a/api/@ohos.arkui.ArcList.d.ts b/api/@ohos.arkui.ArcList.d.ts index 233380b8ac1bdb5ce75c5e752c90f96184e98e62..7f79f569b8985d6c5ef6a5a372e7abbdca81389d 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