From 3f64a8d2778a049615a72fd585f77573c27ec879 Mon Sep 17 00:00:00 2001 From: lvchao Date: Fri, 13 Jun 2025 11:20:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=80=E8=87=B4=E6=80=A7=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lvchao --- api/@ohos.data.distributedDataObject.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.data.distributedDataObject.d.ts b/api/@ohos.data.distributedDataObject.d.ts index 25a4a53940..17f66962c9 100644 --- a/api/@ohos.data.distributedDataObject.d.ts +++ b/api/@ohos.data.distributedDataObject.d.ts @@ -617,7 +617,7 @@ declare namespace distributedDataObject { * @param { Array } uris - Indicates the uri array of asset. * @returns { Promise } The promise returned by the function. * @throws { BusinessError } 15400002 - Parameter error. Possible causes: - * 1. The assetKey is invalid, such as ""; + * 1. The assetsKey is invalid, such as ""; * 2. The uris is invalid, such as the length of uris is more than 50. * @throws {BusinessError} 15400003 - The sessionId of the distributed object has been set. * @syscap SystemCapability.DistributedDataManager.DataObject.DistributedObject -- Gitee