diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index 98ec8d6d85f19ff70150ea1e235afd508717bda3..6c57ea91b2992ddc2e2513300d5cb74237a1e77b 100644 --- a/api/arkui/FrameNode.d.ts +++ b/api/arkui/FrameNode.d.ts @@ -1273,8 +1273,8 @@ export declare class FrameNode { /** * Triggers node updates in the current frame. * - * When node attributes are modified after the current frame's build phase (i.e., after - * the unified processing of dirty nodes), the node updates will be deferred to the next + * When node attributes are modified after the current frame's build phase, + * the node updates will be deferred to the next * frame. This function forces immediate node updates within the current frame to * ensure rendering effects are applied synchronously. *