Fixed description of @addWithOverflow

This commit is contained in:
Chris Boesch
2023-06-10 22:04:03 +02:00
parent 80c92e3c94
commit 33d3cc1647
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);