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.
2 parents a7133cb + 1d93263 commit 4a7300eCopy full SHA for 4a7300e
README.md
@@ -25,5 +25,5 @@ calc.addBytes(0x01, 0x02) -> returns 0x03
25
26
calc.removeBytes(0x00, 0x01) -> returns 0x00 as there where no bytes
27
calc.removeBytes(0x06, 0x02) -> returns 0x04 as 0x02 bytes been delete removed from 0x06
28
-calc.removeBytes(0x02, 0x06) -> returns 0x02 as 0x06 bytes wasn't presented in 0x02
+calc.removeBytes(0x02, 0x06) -> returns 0x00 as 0x06 bytes contained 0x02 bytes, which been removed from origin 0x02
29
```
0 commit comments