diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index ee579bfd73806afb9aa580bb5eb53824797b70bb..23a4f8fe9901f22de6e39af39d047be720b697c4 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -8090,10 +8090,8 @@ typedef enum {
* This event is triggered when the user is about to release the drag on the scrollable container component. \n
* When the event callback occurs, the union type in the {@link ArkUI_NodeEvent} object is
* {@link ArkUI_NodeComponentEvent}. \n
- * {@link ArkUI_NodeComponentEvent} contains two parameters: \n
+ * {@link ArkUI_NodeComponentEvent} contains one parameter: \n
* ArkUI_NodeComponentEvent.data[0].f32: speed at which the user releases the drag, in vp. \n
- * ArkUI_NodeComponentEvent.data[1].f32: estimated stop position of the scroll. \n
- * @return No return value, or a number to set the actual stop position of the scroll.
*
* @since 20
*/