chore: fix description and dist keyword#12455
Merged
kgryte merged 1 commit intoJun 3, 2026
Merged
Conversation
Within `@stdlib/stats/base/dists/pareto-type1` (14 members), the `pdf` subpackage was the lone outlier on two `package.json` metadata features: - `description` placed the word `distribution` between `Pareto` and `(Type I)`. Reordered to `Pareto (Type I) distribution probability density function (PDF).`, matching 12/14 siblings within the namespace and all 30 sibling `pdf/package.json` descriptions across other distributions. The parent namespace README already documents pdf with this wording. - `keywords` carried the plural `dists`. Replaced with the singular `dist`, matching 13/14 siblings within the namespace and 29/31 sibling `pdf` packages across stdlib. Metadata-only; no source, test, signature, or behavioral changes.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
approved these changes
Jun 3, 2026
dist keyword in pareto-type1/pdfdist keyword
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Within
@stdlib/stats/base/dists/pareto-type1(14 members),pdf/package.jsonwas the lone outlier on two metadata features. Fixes both.stats/base/dists/pareto-type1/pdfdescriptionreordered to"Pareto (Type I) distribution probability density function (PDF).", matching the canonical"<Distribution> distribution <function>."pattern used by 12/14 namespace siblings, all 30 siblingpdf/package.jsondescriptions across other distributions, and the parent namespace README. The previous wording placeddistributionbetweenParetoand(Type I).keywordsentry"dists"replaced with the singular"dist", matching 13/14 siblings within the namespace and 29/31 siblingpdfpackages across stdlib.Metadata-only; no source, test, signature, or behavioral changes.
Related Issues
This pull request has no related issues.
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code via the cross-package drift-detection routine: structural features were extracted from every member of
stats/base/dists/pareto-type1, majority patterns were computed at a 75% conformance threshold, and an independent structural-review agent confirmed the corrections were high-signal mechanical drift before any file was edited. Both edits are purepackage.jsonmetadata; no source, test, or behavioral changes.@stdlib-js/reviewers
Generated by Claude Code