Skip to content

Comments

docs: remove duplicate words in documentation and comments#9555

Merged
kgryte merged 1 commit intostdlib-js:developfrom
shiavm006:fix-duplicate-word-typos
Jan 5, 2026
Merged

docs: remove duplicate words in documentation and comments#9555
kgryte merged 1 commit intostdlib-js:developfrom
shiavm006:fix-duplicate-word-typos

Conversation

@shiavm006
Copy link
Contributor

@shiavm006 shiavm006 commented Jan 5, 2026

Description

This PR fixes duplicate word typos found in documentation and code comments across multiple files.

Changes

Fixed the following duplicate words:

  • "the the" → "the" in uniform and discrete-uniform distribution constructor comments
  • "with with" → "with" in arcsine distribution README files
  • "and and" → "and" in REPL info data for BERNDT_CPS_WAGES_1985 dataset

Files Modified

  • lib/node_modules/@stdlib/stats/base/dists/uniform/ctor/lib/main.js
  • lib/node_modules/@stdlib/stats/base/dists/discrete-uniform/ctor/lib/main.js
  • lib/node_modules/@stdlib/stats/base/dists/arcsine/skewness/README.md
  • lib/node_modules/@stdlib/stats/base/dists/arcsine/mode/README.md
  • lib/node_modules/@stdlib/repl/info/data/data.csv

AI Usage Disclosure

As per RFC #9347, I used AI assistance in this contribution like for searching more duplication of words and typos that i found in the documentation:

Related Issues

None

Checklist

  • Read, understood, and followed the contributing guidelines
  • I have read and understood the Code of Conduct
  • Searched for existing issues and pull requests
  • The changes only affect documentation/comments (no functional code changes)
  • Disclosed AI usage as per project guidelines

@stdlib-bot
Copy link
Contributor

Hello! Thank you for your contribution to stdlib.

We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:

  1. Please read our contributing guidelines.

  2. Update your pull request description to include this checked box:

    - [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)

This acknowledgment confirms that you've read the guidelines, which include:

  • The developer's certificate of origin
  • Your agreement to license your contributions under the project's terms

We can't review or accept contributions without this acknowledgment.

Thank you for your understanding and cooperation. We look forward to reviewing your contribution!

@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Jan 5, 2026
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
repl/info $\color{green}95/95$
$\color{green}+100.00%$
$\color{green}7/7$
$\color{green}+100.00%$
$\color{green}1/1$
$\color{green}+100.00%$
$\color{green}95/95$
$\color{green}+100.00%$
stats/base/dists/arcsine/mode $\color{green}190/190$
$\color{green}+100.00%$
$\color{green}9/9$
$\color{green}+100.00%$
$\color{green}2/2$
$\color{green}+100.00%$
$\color{green}190/190$
$\color{green}+100.00%$
stats/base/dists/arcsine/skewness $\color{green}186/186$
$\color{green}+100.00%$
$\color{green}9/9$
$\color{green}+100.00%$
$\color{green}2/2$
$\color{green}+100.00%$
$\color{green}186/186$
$\color{green}+100.00%$
stats/base/dists/discrete-uniform/ctor $\color{green}478/478$
$\color{green}+100.00%$
$\color{green}39/39$
$\color{green}+100.00%$
$\color{green}18/18$
$\color{green}+100.00%$
$\color{green}478/478$
$\color{green}+100.00%$
stats/base/dists/uniform/ctor $\color{green}479/479$
$\color{green}+100.00%$
$\color{green}43/43$
$\color{green}+100.00%$
$\color{green}18/18$
$\color{green}+100.00%$
$\color{green}479/479$
$\color{green}+100.00%$

The above coverage report was generated for the changes in this PR.

@shiavm006 shiavm006 changed the title Fix: remove duplicate words in documentation and comments these typos. docs: remove duplicate words in documentation and comments Jan 5, 2026
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for finding and fixing.

@kgryte kgryte added Documentation Improvements, additions, or changes to documentation. and removed Needs Review A pull request which needs code review. labels Jan 5, 2026
@kgryte kgryte merged commit 35ce703 into stdlib-js:develop Jan 5, 2026
59 of 63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements, additions, or changes to documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants