From 7fcc1be0d45f4d685917d7e578a9d5158e448df5 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 13 Jul 2023 06:16:35 +0000 Subject: [PATCH] #I7FWI9 Signed-off-by: Annie_wang Signed-off-by: Annie_wang --- .../reference/apis/js-apis-data-relationalStore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-data-relationalStore.md b/en/application-dev/reference/apis/js-apis-data-relationalStore.md index 2185722714..3ec285d8d3 100644 --- a/en/application-dev/reference/apis/js-apis-data-relationalStore.md +++ b/en/application-dev/reference/apis/js-apis-data-relationalStore.md @@ -3188,7 +3188,7 @@ try { off(event:'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void -Unregisters the observer of the specified type from the RDB store. This API uses a callback to return the result. +Unregisters the observer of the specified type from the RDB store. **System capability**: SystemCapability.DistributedDataManager.RelationalStore.Core -- GitLab