| author | |
| committer | |
| log | ee200aaa8c157bad03c68858f4f07ff71928490b |
| tree | 7c1d97c98b706ed56b405583b7c3ca9c04dce873 |
| parent | d60f9d0d4b9c7d271cf79561ec8bad960475b9c5 |
| signature |
closes #32671 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -1303,7 +1303,7 @@ a ^= b{#endsyntax#}</pre></td> |
| 1303 | 1303 | Bitwise NOT. |
| 1304 | 1304 | </td> |
| 1305 | 1305 | <td> |
| 1306 | <pre>{#syntax#}~u8(0b0101111) == 0b1010000{#endsyntax#}</pre> | |
| 1306 | <pre>{#syntax#}~u8(0b10101111) == 0b01010000{#endsyntax#}</pre> | |
| 1307 | 1307 | </td> |
| 1308 | 1308 | </tr> |
| 1309 | 1309 | <tr> |