Fix format

This commit is contained in:
Wenlu Wang 2021-07-19 15:06:43 +08:00 committed by rwaldron
parent 5da8030779
commit ed2addaa73
1 changed files with 1 additions and 1 deletions

View File

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