From 377a89e2e927f0d4bee0a1fd4bdb8a769679dcfc Mon Sep 17 00:00:00 2001 From: FTL1ght Date: Fri, 1 Aug 2025 16:32:52 +0800 Subject: [PATCH] Fix descraption for badge type Signed-off-by: FTL1ght Change-Id: I41146589580dc6bc4a94c7c43b033b13ca8df061 --- api/@ohos.graphics.text.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.graphics.text.d.ts b/api/@ohos.graphics.text.d.ts index cbf875404c..8bc1a47bea 100755 --- a/api/@ohos.graphics.text.d.ts +++ b/api/@ohos.graphics.text.d.ts @@ -742,13 +742,13 @@ declare namespace text { */ TEXT_BADGE_NONE, /** - * Superscript. + * Super badge. * @syscap SystemCapability.Graphics.Drawing * @since 20 */ TEXT_SUPERSCRIPT, /** - * Subscript. + * Sub badge. * @syscap SystemCapability.Graphics.Drawing * @since 20 */ -- Gitee