From 78f49723fe697d60355c11e955ac5c966639c823 Mon Sep 17 00:00:00 2001 From: sunyaozu Date: Fri, 15 Apr 2022 15:47:40 +0800 Subject: [PATCH] fix api version of unitUsage option Signed-off-by: sunyaozu --- api/@ohos.intl.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.intl.d.ts b/api/@ohos.intl.d.ts index 7476a203e8..560b67b298 100755 --- a/api/@ohos.intl.d.ts +++ b/api/@ohos.intl.d.ts @@ -480,7 +480,7 @@ export interface NumberOptions { * Indicates the unit display format. * * @syscap SystemCapability.Global.I18n - * @since 6 + * @since 8 */ unitUsage: string -- Gitee