Skip to content
Snippets Groups Projects
Commit e4510269 authored by Leonardo Balter's avatar Leonardo Balter
Browse files

Fix minor typo on a test for Array#fill

parent f3cc1fb9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment