Skip to content

docs: fix capitalization#12952

Merged
kgryte merged 1 commit into
developfrom
philipp/fix-commit-review-2026-06-18
Jun 18, 2026
Merged

docs: fix capitalization#12952
kgryte merged 1 commit into
developfrom
philipp/fix-commit-review-2026-06-18

Conversation

@Planeshifter

Copy link
Copy Markdown
Member

Description

Follow-up fixes for commits merged to develop between 46fd304d (2026-06-17 21:42 UTC) and d51b3653 (2026-06-18 10:46 UTC).

This pull request:

  • Fixes capitalization of ifIf at line 11 in lib/node_modules/@stdlib/blas/ext/base/gindex-of-falsy/docs/repl.txt to match corpus convention (5a60a91).

Fixes by package

blas/ext/base/gindex-of-falsy

  • Capitalize sentence-initial ifIf at docs/repl.txt:11. Every other REPL doc in blas/ext/base/ (including the sibling new packages glast-index-of-truthy and gminheapify added in the same batch) capitalizes this line. Inherited from the gindex-of-truthy template, which has the same defect. (5a60a91)

Related Issues

No.

Questions

No.

Other

Validation audit

Reviewed the 20 commits merged to develop in 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 against docs/style-guides/ or the sibling-package corpus, and (c) resolvable without touching code outside the window.

Deliberately excluded:

  • The same lowercase if defect in gindex-of-truthy/docs/repl.txt (pre-existing, outside the window).
  • Missing <section class="intro">/<section class="references"> blocks in gminheapify/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 across blas/ext/base/*/benchmark/benchmark.js; not a style-guide rule.
  • N-API, carry-logic, sift-down invariant, and stride/offset forwarding in the seven new packages — verified correct.

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

…lsy` REPL doc

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NovtRMm9jy5qTzqmooAXh6
@stdlib-bot stdlib-bot added the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label Jun 18, 2026
@stdlib-bot

Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
blas/ext/base/gindex-of-falsy $\\color{green}257/257$
$\\color{green}+100.00\\%$
$\\color{green}18/18$
$\\color{green}+100.00\\%$
$\\color{green}3/3$
$\\color{green}+100.00\\%$
$\\color{green}257/257$
$\\color{green}+100.00\\%$

The above coverage report was generated for the changes in this PR.

@kgryte kgryte marked this pull request as ready for review June 18, 2026 17:52
@kgryte kgryte requested a review from a team June 18, 2026 17:52
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Jun 18, 2026
@kgryte kgryte changed the title docs: follow-up fixes for commits merged to develop on 2026-06-17/18 docs: fix capitalization Jun 18, 2026
@kgryte kgryte merged commit a1c00d0 into develop Jun 18, 2026
50 checks passed
@kgryte kgryte deleted the philipp/fix-commit-review-2026-06-18 branch June 18, 2026 17:53
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Jun 18, 2026
@kgryte kgryte added the Documentation Improvements, additions, or changes to documentation. label Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). Documentation Improvements, additions, or changes to documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants