docs: fix JSDoc descriptions in @stdlib/stats/base/dists/cauchy/logcdf#12637
Draft
Planeshifter wants to merge 1 commit into
Draft
docs: fix JSDoc descriptions in @stdlib/stats/base/dists/cauchy/logcdf#12637Planeshifter wants to merge 1 commit into
@stdlib/stats/base/dists/cauchy/logcdf#12637Planeshifter wants to merge 1 commit into
Conversation
Correct three JSDoc copy-paste/spacing errors surfaced by within-namespace majority vote across `stats/base/dists/cauchy` (9 members): - `lib/index.js` module description was a copy of the `cdf` package's description; updated to match the package's own `package.json` description (8/9 = 88.9% of cauchy siblings have matching `index.js`/`package.json` descriptions). - `lib/native.js` function description dropped the word `natural` from `natural logarithm`; restored to match `lib/main.js` (7/8 = 87.5% of cauchy siblings with `native.js` have identical descriptions in `main.js` and `native.js`). - `lib/factory.js` line 63 had a double space in the inner-function description; collapsed to single space (4/5 = 80% of cauchy `factory.js` inner-function descriptions use single spacing). Documentation only; no source, test, or behavioral changes.
Contributor
Coverage ReportNo coverage information available. |
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
@stdlib/stats/base/dists/cauchy/logcdf: correct three JSDoc description copy-paste/spacing errors surfaced by a within-namespace majority vote across the 9 members ofstats/base/dists/cauchy.lib/index.js's module description was a copy ofcdf's description (8/9 = 88.9% of cauchy siblings have anindex.jsmodule description that matches their ownpackage.jsondescriptionfield;logcdfwas the sole outlier).lib/native.jsdropped the wordnaturalfromnatural logarithmin the function-level description (7/8 = 87.5% of cauchy siblings with anative.jshave identical function-level descriptions inmain.jsandnative.js;logcdfwas the sole outlier).lib/factory.jsline 63 had a double space betweentheandnaturalin the inner-function description (4/5 = 80% of cauchyfactory.jsfiles use single spacing). All three edits are JSDoc-comment text changes; no source, test, 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 and semantic features were extracted from every member of
stats/base/dists/cauchy, majority patterns were computed at a 75% conformance threshold, and three independent validation agents (opus semantic-review, opus cross-reference, sonnet structural-review) confirmed each correction was high-signal mechanical drift before any file was edited. The diff is three single-line JSDoc-comment edits inlogcdf'slib/index.js,lib/native.js, andlib/factory.js.@stdlib-js/reviewers
Generated by Claude Code