mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Fix minor typo on a test for Array#fill
This commit is contained in:
parent
f3cc1fb983
commit
e451026965
@ -5,7 +5,7 @@ es6id: 22.1.3.6
|
||||
description: >
|
||||
Return abrupt from ToInteger(end) as a Symbol.
|
||||
info: >
|
||||
22.1.3.6 Array.prototype.fill (value [ , end [ , end ] ] )
|
||||
22.1.3.6 Array.prototype.fill (value [ , start [ , end ] ] )
|
||||
|
||||
...
|
||||
8. If end is undefined, let relativeEnd be len; else let relativeEnd be
|
||||
|
Loading…
x
Reference in New Issue
Block a user