docs: fix capitalization#12952
Merged
Merged
Conversation
…lsy` REPL doc Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NovtRMm9jy5qTzqmooAXh6
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
kgryte
approved these changes
Jun 18, 2026
develop on 2026-06-17/18
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
developbetween46fd304d(2026-06-17 21:42 UTC) andd51b3653(2026-06-18 10:46 UTC).This pull request:
if→Ifat line 11 inlib/node_modules/@stdlib/blas/ext/base/gindex-of-falsy/docs/repl.txtto match corpus convention (5a60a91).Fixes by package
blas/ext/base/gindex-of-falsyif→Ifatdocs/repl.txt:11. Every other REPL doc inblas/ext/base/(including the sibling new packagesglast-index-of-truthyandgminheapifyadded in the same batch) capitalizes this line. Inherited from thegindex-of-truthytemplate, which has the same defect. (5a60a91)Related Issues
No.
Questions
No.
Other
Validation audit
Reviewed the 20 commits merged to
developin the window across two style-guide compliance passes and two bug-scan passes (one diff-only, one with cross-reference). Surviving issues had to be (a) reported with a concrete fix, (b) independently re-verifiable againstdocs/style-guides/or the sibling-package corpus, and (c) resolvable without touching code outside the window.Deliberately excluded:
ifdefect ingindex-of-truthy/docs/repl.txt(pre-existing, outside the window).<section class="intro">/<section class="references">blocks ingminheapify/README.md— the closest sibling reference (gminheap-sift-down) also omits them, so this is not a clear template violation.Create a benchmark function.JSDoc vs.Creates a benchmark function.— both forms occur roughly equally acrossblas/ext/base/*/benchmark/benchmark.js; not a style-guide rule.Checklist
AI Assistance
Yes
No
Code generation (e.g., when writing an implementation or fixing a bug)
Test/benchmark generation
Documentation (including examples)
Research and understanding
Disclosure
This PR was generated by a scheduled review routine: a fan-out of style-guide and bug-scan agents over the 24h window of commits merged to
develop, with findings filtered to those independently re-verifiable from the diff and the surrounding corpus. The fix itself was applied mechanically and audited by hand before commit.@stdlib-js/reviewers
Generated by Claude Code