fix typo in docs

closes #3267
This commit is contained in:
Andrew Kelley 2019-09-20 11:48:35 -04:00
parent d60f9d0d4b
commit ee200aaa8c
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -1303,7 +1303,7 @@ a ^= b{#endsyntax#}</pre></td>
Bitwise NOT.
</td>
<td>
<pre>{#syntax#}~u8(0b0101111) == 0b1010000{#endsyntax#}</pre>
<pre>{#syntax#}~u8(0b10101111) == 0b01010000{#endsyntax#}</pre>
</td>
</tr>
<tr>