tc39/ecma262

consistently capitalise List when referring to the spec data structure

Ouverte

#2 630 ouverte le 20 janv. 2022

 (0 commentaire) (0 réaction) (0 personne assignée)HTML (1 409 forks)batch import
editorial changeestablishes editorial conventionsgood first issue

Métriques du dépôt

Stars
 (15 626 étoiles)
Métriques de merge PR
 (Merge moyen 92j 19h) (17 PRs mergées en 30 j)

Description

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.

Guide contributeur