diff --git a/api/@ohos.i18n.d.ts b/api/@ohos.i18n.d.ts index 8e7c10a4e971bb78c11d067b3657b5a77a78a13e..6ff2f0630ca2bf59ee57f1cacc7f4f463ac45af7 100644 --- a/api/@ohos.i18n.d.ts +++ b/api/@ohos.i18n.d.ts @@ -2482,7 +2482,7 @@ declare namespace i18n { * checked. * @returns { boolean } true if the input character is a white space, and false otherwise. * @syscap SystemCapability.Global.I18n - * @since arkts 8 + * @since 8 * @deprecated since 9 * @useinstead Unicode.isWhitespace */ @@ -2495,7 +2495,7 @@ declare namespace i18n { * checked. * @returns { boolean } true if the input character is of the RTL language, and false otherwise. * @syscap SystemCapability.Global.I18n - * @since arkts 8 + * @since 8 * @deprecated since 9 * @useinstead Unicode.isRTL */