Fix minor typo on a test for Array#fill

This commit is contained in:
Leonardo Balter 2016-04-12 19:48:54 -04:00
parent f3cc1fb983
commit e451026965

View File

@ -5,7 +5,7 @@ es6id: 22.1.3.6
description: > description: >
Return abrupt from ToInteger(end) as a Symbol. Return abrupt from ToInteger(end) as a Symbol.
info: > 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 8. If end is undefined, let relativeEnd be len; else let relativeEnd be