Skip to content

Commit 0b744da

Browse files
Michael Ortmannmlugg
Michael Ortmann
authored andcommitted
Fix doc - Language Reference - Table of Operators
1 parent 4696439 commit 0b744da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/langref.html.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ a -|= b{#endsyntax#}</pre></td>
16431643
</ul>
16441644
</td>
16451645
<td>
1646-
<pre>{#syntax#}-%@as(i8, -127) == -127{#endsyntax#}</pre>
1646+
<pre>{#syntax#}-%@as(i8, -128) == -128{#endsyntax#}</pre>
16471647
</td>
16481648
</tr>
16491649
<tr>
@@ -2111,7 +2111,7 @@ unwrapped == 1234{#endsyntax#}</pre>
21112111
Invokes {#link|Peer Type Resolution#} for the operands.
21122112
</td>
21132113
<td>
2114-
<pre>{#syntax#}(1 < 2) == true{#endsyntax#}></pre>
2114+
<pre>{#syntax#}(1 < 2) == true{#endsyntax#}</pre>
21152115
</td>
21162116
</tr>
21172117
<tr>

0 commit comments

Comments
 (0)