Skip to content

docs: improve Math.sign JSDoc grammar and clarity#63433

Open
SkyCoderAakash wants to merge 1 commit intomicrosoft:mainfrom
SkyCoderAakash:docs/math-sign-jsdoc-fix
Open

docs: improve Math.sign JSDoc grammar and clarity#63433
SkyCoderAakash wants to merge 1 commit intomicrosoft:mainfrom
SkyCoderAakash:docs/math-sign-jsdoc-fix

Conversation

@SkyCoderAakash
Copy link
Copy Markdown

Fixes #63432

Corrected a grammatical issue in the JSDoc comment for Math.sign in src/lib/es2015.core.d.ts.

  • Replaced “the sign of the x” with “the sign of x”
  • Added a comma before “or zero” for consistency

This aligns with similar documentation in the file (e.g., log1p, expm1) which uses “of x” phrasing.

@github-project-automation github-project-automation Bot moved this to Not started in PR Backlog Apr 25, 2026
@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Apr 25, 2026
@MartinJohns
Copy link
Copy Markdown
Contributor

From the Pull Request Template:

** Please don't send typo fixes! **
Please don't send a PR solely for the purpose of fixing a typo, unless that typo truly hurts understanding of the text. Each PR represents work for the maintainers, and that work should provide commensurate value.

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

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Status: Not started

Development

Successfully merging this pull request may close these issues.

Math.sign JSDoc comment has grammatical typo

3 participants