From ed2addaa739b74b8055c18950bd795f3b7308413 Mon Sep 17 00:00:00 2001 From: Wenlu Wang Date: Mon, 19 Jul 2021 15:06:43 +0800 Subject: [PATCH] Fix format --- .../findLastIndex/BigInt/predicate-call-this-strict.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-call-this-strict.js b/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-call-this-strict.js index 772d2fe6e0..c4f7d52a55 100644 --- a/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-call-this-strict.js +++ b/test/built-ins/TypedArray/prototype/findLastIndex/BigInt/predicate-call-this-strict.js @@ -5,7 +5,7 @@ esid: sec-%typedarray%.prototype.findlastindex description: > Predicate thisArg as F.call( thisArg, kValue, k, O ) for each array entry. info: | - %TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] ) + %TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] ) ... 5. Let k be len - 1.