diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index 56c971dc8694c82c101aa6a2ea9aa9452d939ab9..0a2d120e239ae782794a02b52407d1fe4d195380 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -7877,8 +7877,8 @@ typedef enum {
/**
* @brief Define the ARKUI_NODE_SWIPER to listen for Swiper page slide events.
* Instruction: \n
- * 1. If the {@link ArkUI_SwiperDisplayModeType} attribute is set to \n
- * ARKUI_SWIPER_DISPLAY_MODE_AUTO_LINEAR, the interface does not take effect. \n
+ * 1. If the NODE_SWIPER_DISPLAY_COUNT attribute is set to \n
+ * 'auto', the interface does not take effect. \n
* 2, circular scenario, set prevMargin and nextMargin attributes, \n
* so that Swiper front and back end display the same page, the interface does not take effect. \n
* 3. During page sliding, the ContentDidScrollCallback callback is \n