From 8b0181dcf6a84e5c21d07e2734b68b8767e306e8 Mon Sep 17 00:00:00 2001 From: asfasdff Date: Wed, 12 Jan 2022 17:12:56 +0800 Subject: [PATCH] fix up Signed-off-by: asfasdff --- .../application-dev/reference/apis/js-apis-distributed-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 51e13dd2a06..8c11ab5057b 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 @@ -1972,7 +1972,7 @@ getEntry(): Entry; ``` -## Query 8+## +## Query 8+ ## 使用谓词表示数据库查询,提供创建Query实例、查询数据库中的数据和添加谓词的方法。 -- Gitee