We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4696439 commit 0b744daCopy full SHA for 0b744da
doc/langref.html.in
@@ -1643,7 +1643,7 @@ a -|= b{#endsyntax#}</pre></td>
1643
</ul>
1644
</td>
1645
<td>
1646
- <pre>{#syntax#}-%@as(i8, -127) == -127{#endsyntax#}</pre>
+ <pre>{#syntax#}-%@as(i8, -128) == -128{#endsyntax#}</pre>
1647
1648
</tr>
1649
<tr>
@@ -2111,7 +2111,7 @@ unwrapped == 1234{#endsyntax#}</pre>
2111
Invokes {#link|Peer Type Resolution#} for the operands.
2112
2113
2114
- <pre>{#syntax#}(1 < 2) == true{#endsyntax#}></pre>
+ <pre>{#syntax#}(1 < 2) == true{#endsyntax#}</pre>
2115
2116
2117
0 commit comments