Skip to content

Commit bb78e87

Browse files
committed
fix
1 parent e62ec72 commit bb78e87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function generateTable(data: NestedData): string {
119119
return `
120120
<table>
121121
<thead>
122-
<th colspan=5>Environment</th>
122+
<th colspan=4>Environment</th>
123123
<th>C++20</th>
124124
<th>C++23</th>
125125
<th>C++26</th>

0 commit comments

Comments
 (0)