From 5576ffec65ac90cd0fa9e88f58c553e143195800 Mon Sep 17 00:00:00 2001 From: sunyaozu Date: Tue, 8 Feb 2022 15:57:55 +0800 Subject: [PATCH] fix api version of NumberFormat default constructor 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 1096a9c427..3aed612877 100755 --- a/api/@ohos.intl.d.ts +++ b/api/@ohos.intl.d.ts @@ -447,7 +447,7 @@ export class NumberFormat { * A constructor used to create a NumberFormat object. * * @sysCap SystemCapability.I18N - * @since 6 + * @since 8 */ constructor(); -- Gitee