diff --git a/api/arkui/ComponentContent.d.ts b/api/arkui/ComponentContent.d.ts index 096e5e22a72f57fb49092def89aaf6f1d101a7ed..95200a415269c443afba6bf10ee085def27bbc9b 100644 --- a/api/arkui/ComponentContent.d.ts +++ b/api/arkui/ComponentContent.d.ts @@ -146,7 +146,7 @@ export class ComponentContent extends Content { inheritFreezeOptions(enabled: boolean): void; /** - * Get if the ComponentContent is disposed. + * Get if the node is disposed. * * @returns { boolean } - Returns true if the node is disposed, false otherwise. * @syscap SystemCapability.ArkUI.ArkUI.Full diff --git a/api/arkui/FrameNode.d.ts b/api/arkui/FrameNode.d.ts index af643929bd7d9f07bda5bdd5a6757269282aab5b..6211e57a8668167aaec9a3803ffea96de03578de 100644 --- a/api/arkui/FrameNode.d.ts +++ b/api/arkui/FrameNode.d.ts @@ -3465,7 +3465,7 @@ export declare class NodeAdapter { static detachNodeAdapter(node: FrameNode): void; /** - * Get if the NodeAdapter is disposed. + * Get if the node is disposed. * * @returns { boolean } - Returns true if the node is disposed, false otherwise. * @syscap SystemCapability.ArkUI.ArkUI.Full