Modify some errors in util.d.ts

Signed-off-by: wang-jingwu001 <wangjingwu4@huawei.com>
https://gitee.com/openharmony/interface_sdk-js/issues/IANL2S
This commit is contained in:
wang-jingwu001 2024-08-30 11:22:40 +08:00
parent fe44c52ff5
commit d1356b936a

6
api/@ohos.util.d.ts vendored
View File

@ -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