Skip to content

fix(lib): rectify docs error for Array.prototype.at - #63730

Open
Johan Grundberg (grundb) wants to merge 1 commit into
microsoft:mainfrom
grundb:patch-2
Open

fix(lib): rectify docs error for Array.prototype.at#63730
Johan Grundberg (grundb) wants to merge 1 commit into
microsoft:mainfrom
grundb:patch-2

Conversation

@grundb

Copy link
Copy Markdown

Replace the term code unit with item in the TSDoc comment for the index parameter to Array.prototype.at.

Fixes #63722

Replace the term _code unit_ with _item_ in the TSDoc comment for the `index` parameter to `Array.prototype.at`.
Copilot AI lite review requested due to automatic review settings August 6, 2026 22:51
@github-project-automation github-project-automation Bot moved this to Not started in PR Backlog Aug 6, 2026
@typescript-automation typescript-automation Bot added For Backlog Bug PRs that fix a backlog bug labels Aug 6, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@grundb

Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@ArshVermaGit Arsh Verma (ArshVermaGit) left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple and correct documentation fix. The parameter description is now accurate and the change is appropriately scoped. LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Backlog Bug PRs that fix a backlog bug

Projects

Status: Not started

Development

Successfully merging this pull request may close these issues.

Array.prototype.at docs use "code unit" instead of "item"

3 participants