authorgravatar for keine emailMichael Ortmann <keine email> 2024-03-04 10:15:57+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-03-04 15:59:00+00:00
log0b744da844e4172ec0c695098e67ab2a7184c5f0
tree21186d34fae7c17fe0189658dca49177a453ddcf
parent469643940c9cdce90fbd44e437592dbb608f2443

Fix doc - Language Reference - Table of Operators


1 files changed, 2 insertions(+), 2 deletions(-)

doc/langref.html.in+2-2
...@@ -1643,7 +1643,7 @@ a -|= b{#endsyntax#}</pre></td>...@@ -1643,7 +1643,7 @@ a -|= b{#endsyntax#}</pre></td>
1643 </ul>1643 </ul>
1644 </td>1644 </td>
1645 <td>1645 <td>
1646 <pre>{#syntax#}-%@as(i8, -127) == -127{#endsyntax#}</pre>1646 <pre>{#syntax#}-%@as(i8, -128) == -128{#endsyntax#}</pre>
1647 </td>1647 </td>
1648 </tr>1648 </tr>
1649 <tr>1649 <tr>
...@@ -2111,7 +2111,7 @@ unwrapped == 1234{#endsyntax#}</pre>...@@ -2111,7 +2111,7 @@ unwrapped == 1234{#endsyntax#}</pre>
2111 Invokes {#link|Peer Type Resolution#} for the operands.2111 Invokes {#link|Peer Type Resolution#} for the operands.
2112 </td>2112 </td>
2113 <td>2113 <td>
2114 <pre>{#syntax#}(1 < 2) == true{#endsyntax#}></pre>2114 <pre>{#syntax#}(1 < 2) == true{#endsyntax#}</pre>
2115 </td>2115 </td>
2116 </tr>2116 </tr>
2117 <tr>2117 <tr>