Fix format

This commit is contained in:
Wenlu Wang 2021-07-19 15:11:55 +08:00 committed by rwaldron
parent 3d82bd7ffb
commit 6a6211e495
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ esid: sec-%typedarray%.prototype.findlastindex
description: >
Return abrupt from predicate call.
info: |
%TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] )
%TypedArray%.prototype.findLastIndex ( predicate [ , thisArg ] )
...
5. Let k be len - 1.