From e6ffee2615210fd66f1be0951557093223f67c99 Mon Sep 17 00:00:00 2001 From: yangliu Date: Fri, 18 Feb 2022 17:26:33 +0800 Subject: [PATCH] Signed-off-by: yangliu Changes to be committed: modified: api/@ohos.data.storage.d.ts --- api/@ohos.data.storage.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.data.storage.d.ts b/api/@ohos.data.storage.d.ts index 806692fb44..45460bf1c9 100644 --- a/api/@ohos.data.storage.d.ts +++ b/api/@ohos.data.storage.d.ts @@ -19,7 +19,7 @@ import { AsyncCallback, Callback } from './basic'; * * @name storage * @since 5 - * @syscap SystemCapability.DistributedDataManager.Preference.Core + * @syscap SystemCapability.DistributedDataManager.Preferencess.Core * */ declare namespace storage { @@ -79,7 +79,7 @@ declare namespace storage { * the file that stores storage data, and use emoveStorageFromCache * to remove the {@link Storage} instance from the memory. * - * @syscap SystemCapability.DistributedDataManager.Preference.Core + * @syscap SystemCapability.DistributedDataManager.Preferencess.Core * * @since 5 */ @@ -193,7 +193,7 @@ declare namespace storage { /** * Define the change data information object. * - * @syscap SystemCapability.DistributedDataManager.Preference.Core + * @syscap SystemCapability.DistributedDataManager.Preferencess.Core * * @since 5 */ -- Gitee