tc39/ecma262

consistently capitalise List when referring to the spec data structure

Aperta

#2630 aperta il 20 gen 2022

 (0 commenti) (0 reazioni) (0 assegnatari)HTML (1409 fork)batch import
editorial changeestablishes editorial conventionsgood first issue

Metriche repository

Star
 (15.626 stelle)
Metriche merge PR
 (Merge medio 92g 19h) (17 PR mergiate in 30 g)

Descrizione

There's some places where we refer to a List as a "list".

- argumentsList is the list of arguments values passed to the method
+ argumentsList is the List of arguments values passed to the method
- and it would be unobservable if an implementation removed the pair from the [[TemplateMap]] list.
+ and it would be unobservable if an implementation removed the pair from the [[TemplateMap]] List.
- Initially a new empty List, representing the list of objects to be kept alive until the end of the current Job
+ Initially a new empty List, representing the objects to be kept alive until the end of the current Job

etc.

Guida contributor