From aa9b5bd5aa73d1781fb82449076a49063e646142 Mon Sep 17 00:00:00 2001 From: li_juntao Date: Thu, 28 Apr 2022 10:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9system.storage=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=8F=8F=E8=BF=B0=20Signed-off-by:=20li=5Fjuntao=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/application-dev/reference/apis/js-apis-system-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-storage.md b/zh-cn/application-dev/reference/apis/js-apis-system-storage.md index 674be629cb..924e8336d3 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-storage.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-storage.md @@ -131,7 +131,7 @@ export default { delete(Object): void -删除缓存中对应的键值对。 +删除缓存中索引对应的键值对。 **系统能力:** SystemCapability.DistributedDataManager.Preferences.Core -- GitLab