From 9175a53dc5bf47be90aaf3a901129a77ac1f3965 Mon Sep 17 00:00:00 2001 From: wangkai Date: Wed, 20 Jul 2022 17:01:26 +0800 Subject: [PATCH] =?UTF-8?q?d.ts=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangkai --- api/@ohos.data.distributedData.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.data.distributedData.d.ts b/api/@ohos.data.distributedData.d.ts index 9dc938384c..83ae6c3a9e 100644 --- a/api/@ohos.data.distributedData.d.ts +++ b/api/@ohos.data.distributedData.d.ts @@ -422,7 +422,7 @@ declare namespace distributedData { * NO_LEVEL: mains not set the security level. * * @since 7 - * @syscap SystemCapability.DistributedDataManager.KVStore.DistributedKVStore + * @syscap SystemCapability.DistributedDataManager.KVStore.Core * @import N/A */ NO_LEVEL = 0, -- Gitee