Fixed description of @addWithOverflow
This commit is contained in:
parent
531e9b9821
commit
02dd541b19
2 changed files with 4 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue