Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/capability-matrix/src/generate-site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export function renderHtml(
<span class="label">Coverage scope</span>
<span class="value">${pct(clamp01(parity.coverageScope))}</span>
</div>
<p class="metric-desc">Of the features marked implemented/partial in a core SDK, % that have a registered symbols list — real code evidence behind the "done" claim.</p>
<p class="metric-desc">% of features marked implemented in a core SDK that have a registered symbols list — real code evidence behind the "done" claim.</p>
</div>
</div>
<div class="sdk-grid">
Expand Down