mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Fixed spelling mistakes
This commit is contained in:
@@ -52,14 +52,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<p class="section">
|
<p class="section">
|
||||||
<strong>Supportd Bitwise Operations</strong>
|
<strong>Supported Bitwise Operations</strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>&</code> — bitwise AND</li>
|
<li><code>&</code> — bitwise AND</li>
|
||||||
<li><code>|</code> — bitwise inclusive OR</li>
|
<li><code>|</code> — bitwise inclusive OR</li>
|
||||||
<li><code>^</code> — bitwise exclusive XOR</li>
|
<li><code>^</code> — bitwise exclusive XOR</li>
|
||||||
<li><code><<</code> — left shift</li>
|
<li><code><<</code> — left shift</li>
|
||||||
<li><code>>></code> — right shift</li>
|
<li><code>>></code> — right shift</li>
|
||||||
<li><code>~</code> — bitwise NOT (one's complement) (unary)</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user