sat-arithmetic: langref - use <th> tags

This commit is contained in:
Travis Staloch
2021-09-10 15:38:49 -07:00
committed by Andrew Kelley
parent 4870595352
commit fd8383545a

View File

@@ -1397,8 +1397,8 @@ a +%= b{#endsyntax#}</pre></th>
</td>
</tr>
<tr>
<td><pre>{#syntax#}a +| b
a +|= b{#endsyntax#}</pre></td>
<th scope="row"><pre>{#syntax#}a +| b
a +|= b{#endsyntax#}</pre></th>
<td>
<ul>
<li>{#link|Integers#}</li>
@@ -1454,8 +1454,8 @@ a -%= b{#endsyntax#}</pre></th>
</td>
</tr>
<tr>
<td><pre>{#syntax#}a -| b
a -|= b{#endsyntax#}</pre></td>
<th scope="row"><pre>{#syntax#}a -| b
a -|= b{#endsyntax#}</pre></th>
<td>
<ul>
<li>{#link|Integers#}</li>
@@ -1546,8 +1546,8 @@ a *%= b{#endsyntax#}</pre></th>
</td>
</tr>
<tr>
<td><pre>{#syntax#}a *| b
a *|= b{#endsyntax#}</pre></td>
<th scope="row"><pre>{#syntax#}a *| b
a *|= b{#endsyntax#}</pre></th>
<td>
<ul>
<li>{#link|Integers#}</li>
@@ -1633,8 +1633,8 @@ a <<= b{#endsyntax#}</pre></th>
</td>
</tr>
<tr>
<td><pre>{#syntax#}a <<| b
a <<|= b{#endsyntax#}</pre></td>
<th scope="row"><pre>{#syntax#}a <<| b
a <<|= b{#endsyntax#}</pre></th>
<td>
<ul>
<li>{#link|Integers#}</li>