diff --git a/api/@internal/component/ets/styled_string.d.ts b/api/@internal/component/ets/styled_string.d.ts
index f5c622d31e..05320362cf 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.