motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit fd8383545adc5f202e8098bd13b3bda3481ad235 (tree)
parent 487059535242e2b94303502806feaa99d560c63b
Author: Travis Staloch <twostepted@gmail.com>
Date:   Fri, 10 Sep 2021 15:38:49 -0700

sat-arithmetic: langref - use <th> tags

Diffstat:
Mdoc/langref.html.in | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -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>