From d1356b936a8666369d5864c38fe8ce2a08980fef Mon Sep 17 00:00:00 2001 From: wang-jingwu001 Date: Fri, 30 Aug 2024 11:22:40 +0800 Subject: [PATCH] Modify some errors in util.d.ts Signed-off-by: wang-jingwu001 https://gitee.com/openharmony/interface_sdk-js/issues/IANL2S --- api/@ohos.util.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.util.d.ts b/api/@ohos.util.d.ts index 5deee3f6b1..4008521721 100644 --- a/api/@ohos.util.d.ts +++ b/api/@ohos.util.d.ts @@ -3643,7 +3643,7 @@ declare namespace util { * * @param { Object } value - A included in the isAnyArrayBuffer value * @returns { boolean } Returns true if the value is an instance of one of the ArrayBuffer views, - * such as typed array objects or DataView. Equivalent to ArrayBuffer.isView(). + * such as typed array objects or DataView. * @syscap SystemCapability.Utils.Lang * @since 8 */ @@ -3652,7 +3652,7 @@ declare namespace util { * * @param { Object } value - A included in the isAnyArrayBuffer value * @returns { boolean } Returns true if the value is an instance of one of the ArrayBuffer views, - * such as typed array objects or DataView. Equivalent to ArrayBuffer.isView(). + * such as typed array objects or DataView. * @syscap SystemCapability.Utils.Lang * @crossplatform * @since 10 @@ -3662,7 +3662,7 @@ declare namespace util { * * @param { Object } value - A included in the isAnyArrayBuffer value * @returns { boolean } Returns true if the value is an instance of one of the ArrayBuffer views, - * such as typed array objects or DataView. Equivalent to ArrayBuffer.isView(). + * such as typed array objects or DataView. * @syscap SystemCapability.Utils.Lang * @crossplatform * @atomicservice