From ed38a5bd59d3c3727e51d8cec06c3e1a1e241ea7 Mon Sep 17 00:00:00 2001 From: ge-yafang Date: Mon, 20 Jun 2022 20:10:23 +0800 Subject: [PATCH] update docs Signed-off-by: ge-yafang --- .../reference/apis/js-apis-distributed-data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md b/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md index a5059d8160..5991d007c2 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md +++ b/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md @@ -300,7 +300,7 @@ closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void& | 类型 | 说明 | | ------------- | -------------- | -| Promise\ | Promise对象。 | +| Promise\ | 无返回结果的Promise对象。 | **示例:** @@ -397,7 +397,7 @@ deleteKVStore(appId: string, storeId: string): Promise<void> | 类型 | 说明 | | ------------- | -------------- | -| Promise<void> | Promise对象。 | +| Promise<void> | 无返回结果的Promise对象。 | **示例:** -- GitLab