From b38b0fee4edf7901699e487278bc5f480154e06b Mon Sep 17 00:00:00 2001 From: tangbin <2387440390@qq.com> Date: Tue, 24 Sep 2024 18:26:07 +0800 Subject: [PATCH] =?UTF-8?q?cherry=20pick=20233c00d=20from=20https://gitee.?= =?UTF-8?q?com/littlehjg/interface=5Fsdk-js/pulls/13969=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=85=B3=E4=BA=8EBitVector=20has=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E8=8C=83=E5=9B=B4=E7=9A=84=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tangbin <2387440390@qq.com> --- arkts/@arkts.collections.d.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkts/@arkts.collections.d.ets b/arkts/@arkts.collections.d.ets index 57259007f0..7ec0cd06f1 100644 --- a/arkts/@arkts.collections.d.ets +++ b/arkts/@arkts.collections.d.ets @@ -5480,7 +5480,7 @@ declare namespace collections { * * @param { number } element - Element to be contained (0 means 0, else means 1). * @param { number } fromIndex - The starting position of the index, containing the value at that index position. - * @param { number } toIndex - The end of the index, excluding the value at that index. + * @param { number } toIndex - The end of the index, containing the value at that index. * @returns { boolean } The boolean type, if bit vector contains the specified element, return true, else return false. * @throws { BusinessError } 401 - Parameter error. Possible causes: