We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdfe93 commit 804fdb4Copy full SHA for 804fdb4
README.md
@@ -35,5 +35,6 @@ calc.addBytes(0x01, 0x02) -> returns 0x03
35
36
calc.removeBytes(0x00, 0x01) -> returns 0x00 as there where no bytes
37
calc.removeBytes(0x06, 0x02) -> returns 0x04 as 0x02 bytes been delete removed from 0x06
38
-calc.removeBytes(0x02, 0x06) -> returns 0x00 as 0x06 bytes contained 0x02 bytes, which been removed from origin 0x02
+calc.removeBytes(0x02, 0x06) -> returns 0x00 as 0x06 bytes contained 0x02 bytes,
39
+ which been removed from origin 0x02
40
```
0 commit comments