Fixed description of @addWithOverflow

This commit is contained in:
Chris Boesch 2023-06-10 22:04:03 +02:00
parent 531e9b9821
commit 02dd541b19
2 changed files with 4 additions and 5 deletions

View file

@ -1,8 +1,8 @@
67c67
66c66
< const expected_result: u8 = ???;
---
> const expected_result: u8 = 0b00010010;
82c82
81c81
< const tupni: u8 = @bitReverse(input, tupni);
---
> const tupni: u8 = @bitReverse(input);