From a03bca781e8421ab7b93871174d833910318ab8e Mon Sep 17 00:00:00 2001 From: zhoukechen Date: Fri, 28 Mar 2025 16:03:13 +0800 Subject: [PATCH] =?UTF-8?q?toHtml=20returns=E6=A0=87=E7=AD=BE=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E6=B3=A8=E9=87=8A=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhoukechen Change-Id: I6673f888ec27fbb868fa2bd52dceac26425dd239 --- api/@internal/component/ets/styled_string.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/styled_string.d.ts b/api/@internal/component/ets/styled_string.d.ts index f5c622d31..05320362c 100644 --- a/api/@internal/component/ets/styled_string.d.ts +++ b/api/@internal/component/ets/styled_string.d.ts @@ -169,7 +169,7 @@ declare class StyledString { * Returns HTML string from the provided StyledString. * * @param { StyledString } styledString - the StyledString will be converted to a HTML string. - * @returns { string } + * @returns { string } Returns the HTML string converted from the provided StyledString. * @throws { BusinessError } 401 - Parameter error. Possible causes: *
1. Mandatory parameters are left unspecified. *
2. Incorrect parameters types.