docs: follow-up typo fixes for matrix packages and number/uint64/ctor#13151
Draft
Planeshifter wants to merge 7 commits into
Draft
docs: follow-up typo fixes for matrix packages and number/uint64/ctor#13151Planeshifter wants to merge 7 commits into
number/uint64/ctor#13151Planeshifter wants to merge 7 commits into
Conversation
…t64/ctor` The `lo` accessor's JSDoc `@returns` tag was copy-pasted from the preceding `hi` accessor and incorrectly stated "high word"; corrected to "low word". Ref: a8789cc
Removes the stray space splitting the compound adjective in the `obj` argument description. Ref: 7ff0456
- Removes stray space in `array-like` in the README `obj` argument description. - Corrects the `(buffer, byteOffset, M, N)` callable overload `@example`, which had been copy-pasted from the shape-based overload and was passing `[ 2, 1 ]` instead of `2, 1`. Refs: 6e71938f3, 56ffe96
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
Follow-up fixes for commits merged to
developbetween 2026-06-25 19:40 UTC and 2026-06-26 08:21 UTC (SHA rangea8789cce9..ba7afec2a, 22 commits reviewed).This pull request:
ndarray/matrix/{float64,float32,complex64,complex128,int32}packages, thendarray/matrix/ctorREADME expansion, and thenumber/uint64/ctortoPrimitiveaddition.Fixes by package
number/uint64/ctor@returnsdescription for theloaccessor inlib/node_modules/@stdlib/number/uint64/ctor/docs/types/index.d.ts— copy-pasted fromhi, causing it to read "high word" instead of "low word" (a8789cc).ndarray/matrix/ctorarray- like→array-likeinndarray/matrix/ctor/README.md(7ff0456).ndarray/matrix/complex128@examplefor the(buffer, byteOffset, M, N, options?)overload inndarray/matrix/complex128/docs/types/index.d.ts— copy-pasted from the shape-based overload and erroneously passed[ 2, 1 ]instead of the scalar arguments2, 1(6e71938).array- like→array-likeinndarray/matrix/complex128/README.md(56ffe96).ndarray/matrix/complex64@examplefor the(buffer, byteOffset, M, N, options?)overload inndarray/matrix/complex64/docs/types/index.d.ts— copy-pasted from the shape-based overload and erroneously passed[ 2, 1 ]instead of the scalar arguments2, 1(117fe75).array- like→array-likeinndarray/matrix/complex64/README.md(56ffe96).ndarray/matrix/float32@examplefor the(buffer, byteOffset, M, N, options?)overload inndarray/matrix/float32/docs/types/index.d.ts— copy-pasted from the shape-based overload and erroneously passed[ 2, 1 ]instead of the scalar arguments2, 1(d93e3df).array- like→array-likeinndarray/matrix/float32/README.md(56ffe96).ndarray/matrix/float64@examplefor the(buffer, byteOffset, M, N, options?)overload inndarray/matrix/float64/docs/types/index.d.ts— copy-pasted from the shape-based overload and erroneously passed[ 2, 1 ]instead of the scalar arguments2, 1(af1484d).array- like→array-likeinndarray/matrix/float64/README.md(56ffe96).ndarray/matrix/int32@examplefor the(buffer, byteOffset, M, N, options?)overload inndarray/matrix/int32/docs/types/index.d.ts— copy-pasted from the shape-based overload and erroneously passed[ 2, 1 ]instead of the scalar arguments2, 1(03d3cb0).array- like→array-likeinndarray/matrix/int32/README.md(56ffe96).Related Issues
None.
Questions
No.
Other
Validation
Audited 22 commits merged to
developin the last 24 hours via four parallel reviewers (two style-compliance, two correctness-focused bug scans). Each finding was independently re-verified by reading the modified files before inclusion.Checked:
docs/style-guides/{javascript,c,text})Deliberately excluded (would have required interpretation or out-of-window changes):
ndarray/matrix/lib/index.js: dropped after verifying that stdlib's established convention for typed namespaces (seendarray/vector/lib/index.js) orders type-size digits numerically (Complex64 before Complex128,vectorbetween Complex128 and Float32), so the current order is correct.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was generated by a scheduled review routine running on Claude Code. The routine enumerated commits merged to
developin the last 24 hours, dispatched four parallel reviewer agents to surface issues, filtered out single-agent findings that could not be independently re-verified by re-reading the diff, and applied only the validated typo fixes listed above. Each fix was re-read after application to confirm it matched the proposed change exactly; no code outside the diff window was touched. Left in draft for human audit.@stdlib-js/reviewers
Generated by Claude Code