mirror of
https://github.com/ziglang/zig.git
synced 2024-12-02 17:20:13 +00:00
Fix doc - Language Reference - Table of Operators
This commit is contained in:
parent
469643940c
commit
0b744da844
@ -1643,7 +1643,7 @@ a -|= b{#endsyntax#}</pre></td>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<pre>{#syntax#}-%@as(i8, -127) == -127{#endsyntax#}</pre>
|
||||
<pre>{#syntax#}-%@as(i8, -128) == -128{#endsyntax#}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2111,7 +2111,7 @@ unwrapped == 1234{#endsyntax#}</pre>
|
||||
Invokes {#link|Peer Type Resolution#} for the operands.
|
||||
</td>
|
||||
<td>
|
||||
<pre>{#syntax#}(1 < 2) == true{#endsyntax#}></pre>
|
||||
<pre>{#syntax#}(1 < 2) == true{#endsyntax#}</pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user