Microsoft/TypeScript
`Array.prototype.at` docs use "code unit" instead of "item"
開放
#63,722 建立於 2026年8月5日
Domain: lib.d.tsHelp Wanted
倉庫指標
- 星標
- (108,860 顆星)
- PR 合併指標
- (平均合併 6天 17小時) (30 天內合併 9 個 PR)
描述
Acknowledgement
- I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
Comment
The @param tag here in the docs for Array.prototype.at uses the term "code unit" instead of the more appropriate term "item" or "element". It was presumably copied from the docs for String.prototype.at here. I'd make a PR but there was an explicit recommendation not to do that for typos.