chore: remove extra space in parameter descriptions#13654
Draft
Planeshifter wants to merge 1 commit into
Draft
Conversation
Propagates fix from 620be0b ("chore: clean-up") to sibling sites with the same doc-comment typo: a double space between a parameter name and its dash separator. Applies across `random/iter/*` and `stats/base/dists/binomial/quantile`. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011Zi8vKW1yPSGZZTbZCf3BW
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
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
Propagating fixes merged to
developbetween 2026-07-24 and 2026-07-25 to sibling packages.This propagated fix corrects a JSDoc double-space typo (
p - success probability) at 17 additional sites the source commit 620be0b missed, spanning themain.jstwin in binomial/quantile, eightrandom/iter/*packagelib/main.jsfiles, four per-packagedocs/types/index.d.tsfiles, and four lines in the aggregaterandom/iter/docs/types/index.d.ts. Every neighboring@paramline in these files uses single spacing before the dash separator, which is the convention enforced by thestdlib/jsdoc-tag-spacinglint rule. This change brings all 17 lines into conformance with that rule.Source: 620be0b ("chore: clean-up", #13643). Target packages:
@stdlib/random/iter/betaprime@stdlib/random/iter/erlang@stdlib/random/iter/frechet@stdlib/random/iter/gamma@stdlib/random/iter/invgamma@stdlib/random/iter/kumaraswamy@stdlib/random/iter/pareto-type1@stdlib/random/iter/weibull@stdlib/random/iter(namespace type declarations)@stdlib/stats/base/dists/binomial/quantileRelated Issues
No.
Questions
No.
Other
Validation: candidate sites were enumerated via pattern search over all of
lib/node_modules/@stdlib(@paramlines with two-plus spaces before the dash,*.jsand*.d.ts); each site was independently confirmed by two validation passes reading each file in full, a mechanical-applicability pass verifying exact before/after strings and single-file self-containment, and a style-consistency pass againstdocs/style-guidesand neighboring@paramlines. After this change, zero occurrences of the pattern remain repo-wide. Excluded from propagation: codebase-wide bracket-spacing style (owned by lint campaigns),new Array()lint remediations (owned by per-file lint-error issues), and auto-generated "Related Packages" sections.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code as part of an automated fix-propagation routine: it identifies fixes recently merged to
developand applies them to sibling packages with the same defect, with each target site confirmed by independent validation passes.@stdlib-js/reviewers
Generated by Claude Code