tc39/ecma262

consistently capitalise List when referring to the spec data structure

開放

#2,630 建立於 2022年1月20日

 (0 則留言) (0 個反應) (0 位負責人)HTML (1,409 個分叉)batch import
editorial changeestablishes editorial conventionsgood first issue

倉庫指標

星標
 (15,626 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南