Skip to content

Commit ee200aa

Browse files
committed
fix typo in docs
closes #3267
1 parent d60f9d0 commit ee200aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ a ^= b{#endsyntax#}</pre></td>
13031303
Bitwise NOT.
13041304
</td>
13051305
<td>
1306-
<pre>{#syntax#}~u8(0b0101111) == 0b1010000{#endsyntax#}</pre>
1306+
<pre>{#syntax#}~u8(0b10101111) == 0b01010000{#endsyntax#}</pre>
13071307
</td>
13081308
</tr>
13091309
<tr>

0 commit comments

Comments
 (0)